Skip to content

Commit

Permalink
Merge pull request #4 from danielblx/master
Browse files Browse the repository at this point in the history
Pod UPDATE
  • Loading branch information
danielblx committed Feb 19, 2015
2 parents 2bc406c + c7a6ae1 commit b0e7884
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ISScrollViewPageSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "ISScrollViewPageSwift"
s.version = "0.0.2"
s.version = "0.0.3"
s.summary = "Page viewer implementation written in Swift."

s.description = <<-DESC
Expand All @@ -16,7 +16,7 @@ Pod::Spec.new do |s|

s.platform = :ios
s.ios.deployment_target = '8.0'
s.source = { :git => "https://github.com/Ilhasoft/ISScrollViewPageSwift.git", :tag => "0.0.1" }
s.source = { :git => "https://github.com/Ilhasoft/ISScrollViewPageSwift.git", :tag => "0.0.3" }

s.source_files = "ISScrollViewPage/ISScrollViewPage/*"
s.requires_arc = true
Expand Down

0 comments on commit b0e7884

Please sign in to comment.