| { |
| "name": "POPFormTable", |
| "version": "0.1.1", |
| "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.1.1" |
| }, |
| "platforms": { |
| "ios": "7.1" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*.{h,m,c}", |
| "dependencies": { |
| "POPLib": [ |
| "~> 0.1" |
| ] |
| } |
| } |