blob: 1e220a1f350c6bc1a313f8475377615ff0acdaca [file] [log] [blame]
{
"name": "AXAnimationChain",
"version": "0.0.2",
"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.2"
},
"source_files": "AXAnimationChain/Classes/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore"
],
"requires_arc": true
}