forked from facebookarchive/pop
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Sep 27, 2014
1 parent
3b7ea36
commit 203464a
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.6' | ||
spec.version = '1.0.7' | ||
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.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 | ||
|