forked from devedbox/AXAnimationChain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAXAnimationChainSwift.podspec
21 lines (16 loc) · 999 Bytes
/
AXAnimationChainSwift.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Pod::Spec.new do |s|
s.name = "AXAnimationChainSwift"
s.version = "0.4.1"
s.summary = "`AXAnimationChainSwift` is an iOS chain animation hooker for `AXAnimationChain-Swift` using objc."
s.description = <<-DESC
`AXAnimationChain-Swift` is an iOS chain animation hooker for `AXAnimationChain-Swift` using objc which is easy to use.
DESC
s.homepage = "https://github.com/devedbox/AXAnimationChain"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "devedbox" => "[email protected]" }
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/devedbox/AXAnimationChain.git", :tag => s.version }
s.source_files = 'AXAnimationChain/Classes/UIView+ChainAnimator.{h,m}', 'AXAnimationChain/Classes/AXChainAnimator.{h,m}', 'AXAnimationChain/Classes/CALayer+AnchorPoint.{h,m}', 'AXAnimationChain/Classes/CoreAnimation/*.{h,m}'
s.frameworks = "UIKit", "Foundation", "QuartzCore"
s.requires_arc = true
end