diff --git a/pop.podspec b/pop.podspec index 458c91e9..ca6eaf1b 100644 --- a/pop.podspec +++ b/pop.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |spec| spec.name = 'pop' - spec.version = '1.0.3' + spec.version = '1.0.4' 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.3' } + spec.source = { :git => 'https://github.com/facebook/pop.git', :tag => '1.0.4' } 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,POPPropertyAnimation,POPSpringAnimation}.h' spec.requires_arc = true