From d6edd4c2ebc0b345f2bd8c58463dc6d035aa13e0 Mon Sep 17 00:00:00 2001 From: Kimon Tsinteris Date: Fri, 2 May 2014 15:43:38 -0700 Subject: [PATCH] update podspec for 1.0.4 release --- pop.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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