Skip to content
This repository was archived by the owner on Mar 3, 2020. It is now read-only.

Commit f377975

Browse files
author
Kimon Tsinteris
committed
Update podspec to 1.0.9.
1 parent c0792fd commit f377975

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pop.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'pop'
3-
spec.version = '1.0.8'
3+
spec.version = '1.0.9'
44
spec.license = { :type => 'BSD' }
55
spec.homepage = 'https://github.com/facebook/pop'
66
spec.authors = { 'Kimon Tsinteris' => '[email protected]' }
77
spec.summary = 'Extensible animation framework for iOS and OS X.'
8-
spec.source = { :git => 'https://github.com/facebook/pop.git', :tag => '1.0.8' }
8+
spec.source = { :git => 'https://github.com/facebook/pop.git', :tag => '1.0.9' }
99
spec.source_files = 'pop/**/*.{h,m,mm,cpp}'
1010
spec.public_header_files = 'pop/{POP,POPAnimatableProperty,POPAnimation,POPAnimationEvent,POPAnimationExtras,POPAnimationTracer,POPAnimator,POPBasicAnimation,POPCustomAnimation,POPDecayAnimation,POPDefines,POPGeometry,POPLayerExtras,POPPropertyAnimation,POPSpringAnimation}.h'
1111
spec.requires_arc = true

0 commit comments

Comments
 (0)