blob: 4fe97e0f56f53e03a713e9ed807eb1f7cf4b562d [file] [log] [blame]
{
"name": "POP+MCAnimate",
"version": "0.1",
"platforms": {
"ios": "7.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Concise syntax for the Pop animation framework.",
"homepage": "https://github.com/matthewcheok/POP-MCAnimate",
"authors": {
"Matthew Cheok": "cheok.jz@gmail.com"
},
"requires_arc": true,
"source": {
"git": "https://github.com/matthewcheok/POP-MCAnimate.git",
"branch": "master",
"tag": "0.1"
},
"source_files": "POP+MCAnimate/*.{h,m}",
"public_header_files": "POP+MCAnimate/*.h",
"dependencies": {
"pop": [
]
}
}