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