blob: f30a90d57016d36512c7ae5e8a701ff7b80c7ba2 [file] [log] [blame]
{
"name": "POPFormTable",
"version": "0.2.0",
"summary": "POPFormTable is cutom UITableViewController that support generate some common input field for Object-c project.",
"homepage": "https://github.com/popeveryday/POPFormTable",
"license": "MIT",
"authors": {
"popeveryday": "popeveryday@gmail.com"
},
"source": {
"git": "https://github.com/popeveryday/POPFormTable.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m,c}",
"dependencies": {
"POPLib": [
"~> 0.1"
]
}
}