diff --git a/pop.podspec b/pop.podspec index ce7998e5..cf0591e8 100644 --- a/pop.podspec +++ b/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