blob: 856d041f9af8f9da0c105ffb5b062f9e035e318d [file] [log] [blame]
{
"name": "AXAnimationChain",
"version": "0.3.2",
"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.3.2"
},
"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}"
},
{
"name": "CoreMediaTimingFunction",
"source_files": "AXAnimationChain/Classes/CoreAnimation/CAMediaTimingFunction+Extends.{h,m}"
}
]
}