blob: 64c5950327753d522357c7147aec90bbff8a6291 [file] [log] [blame]
{
"name": "AndyAnimation",
"version": "1.0.6",
"summary": "An amazing animation framework based on Pop",
"description": "An amazing animation framework based on Pop. All is based on CADisplayLink",
"homepage": "https://github.com/lyandy/AndyAnimation",
"license": "MIT",
"authors": {
"李扬": "liyangforever@vip.qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/lyandy/AndyAnimation.git",
"tag": "1.0.6"
},
"source_files": "AndyAnimation/*",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"pop": [
"~> 1.0.9"
]
}
}