blob: 047791f5d8859def42788f817834152c17f23562 [file] [log] [blame]
{
"name": "AndyAnimation",
"version": "1.0.3",
"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.3"
},
"source_files": "AndyAnimation/*",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"pop": [
"~> 1.0.9"
]
}
}