blob: 96de8011b7fe3b81348cd8204f14cf9552323e23 [file] [log] [blame]
{
"name": "PYGridView",
"version": "0.1",
"summary": "A Simple Grid View for iOS application.",
"homepage": "https://github.com/littlepush/PYGridView",
"license": {
"type": "LGPLv3",
"file": "LICENSE"
},
"authors": {
"Push Chen": "littlepush@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/littlepush/PYGridView.git",
"tag": "0.1"
},
"source_files": "PYGridView/*.{h,m}",
"requires_arc": true,
"dependencies": {
"PYCore": [
"~> 0.9"
],
"PYUIKit": [
"~> 0.9"
],
"PYControllers": [
"~> 0.2"
],
"PYImageKit": [
"~> 0.1"
]
}
}