blob: 809722cbcff6402ffc8f602347e296f8e6738d83 [file] [log] [blame]
{
"name": "AXAnimationChain-Swift",
"version": "0.2.0",
"summary": "`AXAnimationChain-Swift` is an iOS chain animation kit using swift3.0.",
"description": "`AXAnimationChain-Swift` is an iOS chain animation kit using swift3.0 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.2.0"
},
"source_files": [
"AXAnimationChain/Classes/UIView+ChainAnimator.{h,m}",
"AXAnimationChain/Classes/AXChainAnimator.{h,m}",
"AXAnimationChain/Classes/CoreAnimation/*.{h,m}AXAnimationChain/Classes/Swifty/*.swift"
],
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore"
],
"requires_arc": true,
"subspecs": [
{
"name": "CoreAnimation",
"source_files": "AXAnimationChain/Classes/CoreAnimation/*.{h,m}"
}
]
}