Skip to content

Commit

Permalink
update podspec for 1.0.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimon Tsinteris committed Sep 27, 2014
1 parent 3b7ea36 commit 203464a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pop.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |spec|
spec.name = 'pop'
spec.version = '1.0.6'
spec.version = '1.0.7'
spec.license = { :type => 'BSD' }
spec.homepage = 'https://github.com/facebook/pop'
spec.authors = { 'Kimon Tsinteris' => '[email protected]' }
spec.summary = 'Extensible animation framework for iOS and OS X.'
spec.source = { :git => 'https://github.com/facebook/pop.git', :tag => '1.0.6' }
spec.source = { :git => 'https://github.com/facebook/pop.git', :tag => '1.0.7' }
spec.source_files = 'pop/**/*.{h,m,mm,cpp}'
spec.public_header_files = 'pop/{POP,POPAnimatableProperty,POPAnimation,POPAnimationEvent,POPAnimationExtras,POPAnimationTracer,POPAnimator,POPBasicAnimation,POPCustomAnimation,POPDecayAnimation,POPDefines,POPGeometry,POPLayerExtras,POPPropertyAnimation,POPSpringAnimation}.h'
spec.requires_arc = true
Expand Down

0 comments on commit 203464a

Please sign in to comment.