blob: 56fb707a2972a5a64b1e4f177080c96e4dd29b61 [file] [log] [blame]
{
"name": "PLFormViewController",
"version": "0.1.0",
"summary": "An extension of PLForm to make building forms into a table view supper easy.",
"homepage": "https://github.com/PitchLabsAsh/PLFormViewController",
"license": "MIT",
"authors": {
"Ash Thwaites": "ash@trypitch.com"
},
"source": {
"git": "https://github.com/PitchLabsAsh/PLFormViewController.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"PLFormViewController": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"PureLayout": [
],
"PLForm": [
],
"PLTableManager": [
]
}
}