blob: 409628a9712f9c35aa38f74ec862b23fd20369b7 [file] [log] [blame]
{
"name": "PYControllers",
"version": "0.1.2",
"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.1.2"
},
"source_files": "PYControllers/*.{h,m}",
"frameworks": "QuartzCore",
"requires_arc": true,
"dependencies": {
"PYCore": [
"~> 0.9"
],
"PYUIKit": [
"~> 0.9"
]
}
}