Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Update podspec to 1.0.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimon Tsinteris committed Nov 30, 2015
1 parent c0792fd commit f377975
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pop.podspec
@@ -1,11 +1,11 @@
Pod::Spec.new do |spec|
spec.name = 'pop'
spec.version = '1.0.8'
spec.version = '1.0.9'
spec.license = { :type => 'BSD' }
spec.homepage = 'https://github.com/facebook/pop'
spec.authors = { 'Kimon Tsinteris' => 'kimon@mac.com' }
spec.summary = 'Extensible animation framework for iOS and OS X.'
spec.source = { :git => 'https://github.com/facebook/pop.git', :tag => '1.0.8' }
spec.source = { :git => 'https://github.com/facebook/pop.git', :tag => '1.0.9' }
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 f377975

Please sign in to comment.