blob: 96abb7f9aa200d77c8113b8b5aa2dbb817f3c1c7 [file] [log] [blame]
{
"name": "AXAnimationChain",
"version": "0.1.4",
"summary": "`AXAnimationChain` is an iOS chain animation manater.",
"description": "`AXAnimationChain` is an iOS chain animation manater 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.1.4"
},
"source_files": [
"AXAnimationChain/Classes/*.{h,m}",
"AXAnimationChain/Classes/CoreAnimation/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore"
],
"requires_arc": true,
"subspecs": [
{
"name": "CoreAnimation",
"source_files": "AXAnimationChain/Classes/CoreAnimation/*.{h,m}"
}
]
}