blob: 189f8941aeee7587375fac1bbbb9ee9aa795eb3b [file] [log] [blame]
{
"name": "RCPageControl",
"version": "0.1",
"summary": "Yet another page control for iOS, with awesome animation powered by facebook pop library and highly customizable UI.",
"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"
},
"source_files": "RCPageControl",
"public_header_files": "RCPageControl/*.h",
"requires_arc": true,
"dependencies": {
"pop": [
]
}
}