blob: a73d47dc3ac97e8a3ec2db732563be631a898b5b [file] [log] [blame]
{
"name": "CHXChainAnimation",
"version": "1.0.0",
"summary": "An library easy to read and write chainable animations in Objective-C",
"homepage": "https://github.com/chinsyo/CHXChainAnimation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chinsyo": "http://weibo.com/chinsyo"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/chinsyo/CHXChainAnimation.git",
"tag": "1.0.0"
},
"source_files": "Class/*.{h,m,c}",
"requires_arc": true
}