blob: 47e8c84d38590acaa90f4bf809e8a5c85362c194 [file] [log] [blame]
{
"name": "PLFormViewController",
"version": "0.1.2",
"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.2"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"PLFormViewController": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"PureLayout": [
],
"PLForm": [
],
"PLTableManager": [
]
}
}