forked from yangmeyer/CPAnimationSequence
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCPAnimationSequence.podspec
More file actions
Latest commit
13 lines (13 loc) · 624 Bytes
/
Copy pathCPAnimationSequence.podspec
File metadata and controls
13 lines (13 loc) · 624 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
Pod::Spec.newdo |s|
s.name="CPAnimationSequence"
s.version="0.0.4"
s.summary="Describe multi-step animation sequences declaratively."
s.homepage="http://github.com/yangmeyer/CPAnimationSequence"
s.author={"Yang Meyer"=>"hello@yangmeyer.de"}
s.source={:git=>"https://github.com/yangmeyer/CPAnimationSequence.git",:tag=>"0.0.4"}
s.license={:type=>'MIT',:file=>"LICENSE.md"}
s.platform=:ios,'4.3'
s.source_files='Component','Component/private'
s.frameworks='Foundation','UIKit','CoreGraphics'
s.requires_arc=true
end