blob: 444c497bac53567621af4ae61dfd47e942305a5e [file] [log] [blame]
{
"name": "PYControllers",
"version": "0.2.1",
"summary": "Most used UI controllers in iOS application, which is an extend for PYUIKit",
"homepage": "https://github.com/littlepush/PYControllers",
"license": {
"type": "LGPLv3",
"file": "LICENSE"
},
"authors": {
"Push Chen": "littlepush@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/littlepush/PYControllers.git",
"tag": "0.2.1"
},
"source_files": "PYControllers/*.{h,m}",
"frameworks": "QuartzCore",
"requires_arc": true,
"dependencies": {
"PYCore": [
"~> 0.9"
],
"PYUIKit": [
"~> 0.9"
]
}
}