blob: de65517fb03c87406e1d14038a1554de4fd233e3 [file] [log] [blame]
{
"name": "RCPageControl",
"version": "0.1.1",
"summary": "Yet another page control for iOS, with awesome animation powered by facebook pop library.",
"homepage": "https://github.com/RidgeCorn/RCPageControl",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Looping": "www.looping@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/RidgeCorn/RCPageControl.git",
"tag": "0.1.1"
},
"source_files": "RCPageControl",
"public_header_files": "RCPageControl/*.h",
"requires_arc": true,
"dependencies": {
"pop": [
]
}
}