blob: d2eac58752ee4490ba07c40f788b74ef0c0fa243 [file] [log] [blame]
{
"name": "FastAnimationWithPOP",
"version": "0.0.2",
"summary": "A very simplifty animation framework. Powerby Facebook.",
"description": "A very simplifty animation framework. Powerby Facebook POP. Use **fast animation** you can add animations without any lines of code.\n",
"homepage": "https://github.com/WilliamZang/FastAnimationWithPOP",
"screenshots": "https://raw.githubusercontent.com/WilliamZang/FastAnimationWithPOP/master/Docs/demo.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"William": "chengwei.zang.1985@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/WilliamZang/FastAnimationWithPOP.git",
"tag": "v0.0.2"
},
"source_files": [
"FastAnimationWithPop",
"FastAnimationWithPop/**/*.{h,m}"
],
"prefix_header_contents": "#import <POP.h>",
"requires_arc": true,
"dependencies": {
"pop": [
"~> 1.0.5"
]
}
}