Browse Source

【发布】【1.0.11】Initial

xcbosa mbp16 5 months ago
parent
commit
95fb0ca030
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pop.podspec

+ 1 - 1
pop.podspec

@@ -5,7 +5,7 @@ Pod::Spec.new do |spec|
   spec.homepage     = 'https://git.forgetive.org'
   spec.authors      = { 'Kimon Tsinteris' => 'kimon@mac.com' }
   spec.summary      = 'Extensible animation framework for iOS and OS X.'
-  spec.source       = { :git => 'https://git.forgetive.org/XCAppCollection/pop.git', :tag => '1.0.10' }
+  spec.source       = { :git => 'https://git.forgetive.org/XCAppCollection/pop.git', :tag => '1.0.11' }
   spec.source_files = 'pop/**/*.{h,m,mm,cpp}'
   spec.public_header_files = 'pop/{POP,POPAnimatableProperty,POPAnimatablePropertyTypes,POPAnimation,POPAnimationEvent,POPAnimationExtras,POPAnimationTracer,POPAnimator,POPBasicAnimation,POPCustomAnimation,POPDecayAnimation,POPDefines,POPGeometry,POPLayerExtras,POPPropertyAnimation,POPSpringAnimation,POPVector}.h'
   spec.requires_arc = true