blob: 3bf507d77ebafed435bccdf720bf15d36e690718 [file] [log] [blame]
{
"name": "MPFormTableViewCell",
"version": "0.1.0",
"summary": "A bundle of UITableViewCells that helps to create settings forms.",
"description": "A bundle of UITableViewCells that helps to create settings forms. There are TextField cells, TextViews,\nSwitches, SegmentedControls, DatePicker, and so on...",
"homepage": "https://github.com/martinprot/MPFormTableViewCell",
"license": "MIT",
"authors": {
"Martin Prot": "martinprot@gmail.com"
},
"source": {
"git": "https://github.com/martinprot/MPFormTableViewCell.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/appricotmedia",
"platforms": {
"ios": "8.0"
},
"source_files": "MPFormTableViewCell/Classes/**/*",
"resource_bundles": {
"MPFormTableViewCellBundle": [
"MPFormTableViewCell/Classes/**/*.xib"
]
}
}