Skip to content

Commit

Permalink
update PinterestAnimator.podspec v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xhzengAIB committed Aug 14, 2014
1 parent b7398b1 commit a69afdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PinterestAnimator.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "PinterestAnimator"
s.version = "0.1"
s.version = "0.2"
s.summary = "PinterestAnimator like Pinterest 3.0++ App transition animation."
s.homepage = "https://github.com/xhzengAIB/PinterestAnimator"
s.license = "GPL v3"
s.authors = { "Jack" => "[email protected]" }
s.source = { :git => "https://github.com/xhzengAIB/PinterestAnimator.git", :tag => "v0.1" }
s.source = { :git => "https://github.com/xhzengAIB/PinterestAnimator.git", :tag => "v0.2" }
s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit'
s.platform = :ios, '7.0'
s.source_files = 'PinterestAnimator/**/*.{h,m}'
Expand Down

0 comments on commit a69afdf

Please sign in to comment.