From 203464a89dcf2e15b1ebdd53eb1f82e7d077460c Mon Sep 17 00:00:00 2001 From: Kimon Tsinteris Date: Fri, 26 Sep 2014 17:40:21 -0700 Subject: [PATCH] update podspec for 1.0.7 release --- pop.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pop.podspec b/pop.podspec index 0b05f184..593f121a 100644 --- a/pop.podspec +++ b/pop.podspec @@ -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' => '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.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