This repository has been archived by the owner on Mar 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kimon Tsinteris
committed
Nov 30, 2015
1 parent
c0792fd
commit f377975
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
Pod::Spec.new do |spec| | ||
spec.name = 'pop' | ||
spec.version = '1.0.8' | ||
spec.version = '1.0.9' | ||
spec.license = { :type => 'BSD' } | ||
spec.homepage = 'https://github.com/facebook/pop' | ||
spec.authors = { 'Kimon Tsinteris' => '[email protected]' } | ||
spec.summary = 'Extensible animation framework for iOS and OS X.' | ||
spec.source = { :git => 'https://github.com/facebook/pop.git', :tag => '1.0.8' } | ||
spec.source = { :git => 'https://github.com/facebook/pop.git', :tag => '1.0.9' } | ||
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 | ||
|