blob: 2f8b72130bdeb8db01cfa7ff0cdbf3ec7a9a29b2 [file] [log] [blame]
{
"name": "MPFormTableViewCell",
"version": "0.1.3",
"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.3"
},
"social_media_url": "https://twitter.com/appricotmedia",
"platforms": {
"ios": "7.0"
},
"source_files": "MPFormTableViewCell/Classes/**/*",
"resource_bundles": {
"MPFormTableViewCell": [
"MPFormTableViewCell/Assets/*.xib"
]
}
}