Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
romansorochak committed Jul 5, 2017
1 parent 65092ac commit 609f37f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ParallaxHeader.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "ParallaxHeader"
s.version = "1.0.2"
s.version = "1.0.5"
s.summary = "Simple way to add parallax header to scrollView/tableView"
s.description = "The ParallaxHeader allows to add parallax header to UIScrollView and it's subclasses within UIScrollView extension"
s.homepage = "https://github.com/romansorochak"
s.license = "MIT"
s.author = { "Roman Sorochak" => "[email protected]" }
s.platform = :ios, "9.0"
s.ios.deployment_target = "9.0"
s.source = { :git => "https://github.com/romansorochak/ParallaxHeader.git", :tag => "1.0.2" }
s.source_files = "ParallaxHeader/**/*.{h,m}"
s.source = { :git => "https://github.com/romansorochak/ParallaxHeader.git", :tag => s.version }
s.source_files = "ParallaxHeader/*.swift"
end

0 comments on commit 609f37f

Please sign in to comment.