blob: d716ab45bbed402050e4fe832cb27d9ba3d9cc56 [file] [log] [blame]
{
"name": "AXAnimationChainSwift",
"version": "0.3.2",
"summary": "`AXAnimationChainSwift` is an iOS chain animation hooker for `AXAnimationChain-Swift` using objc.",
"description": "`AXAnimationChain-Swift` is an iOS chain animation hooker for `AXAnimationChain-Swift` using objc which is easy to use.",
"homepage": "https://github.com/devedbox/AXAnimationChain",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"devedbox": "devedbox@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/devedbox/AXAnimationChain.git",
"tag": "0.3.2"
},
"source_files": [
"AXAnimationChain/Classes/UIView+ChainAnimator.{h,m}",
"AXAnimationChain/Classes/AXChainAnimator.{h,m}",
"AXAnimationChain/Classes/CALayer+AnchorPoint.{h,m}",
"AXAnimationChain/Classes/CoreAnimation/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore"
],
"requires_arc": true
}