[Add] Dalila 1.0.35
[CocoaPods.git] / Specs / 2 / b / 4 / MPFormTableViewCell / 0.1.0 / MPFormTableViewCell.podspec.json
blob3bf507d77ebafed435bccdf720bf15d36e690718
2   "name": "MPFormTableViewCell",
3   "version": "0.1.0",
4   "summary": "A bundle of UITableViewCells that helps to create settings forms.",
5   "description": "A bundle of UITableViewCells that helps to create settings forms. There are TextField cells, TextViews,\nSwitches, SegmentedControls, DatePicker, and so on...",
6   "homepage": "https://github.com/martinprot/MPFormTableViewCell",
7   "license": "MIT",
8   "authors": {
9     "Martin Prot": "martinprot@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/martinprot/MPFormTableViewCell.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/appricotmedia",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source_files": "MPFormTableViewCell/Classes/**/*",
20   "resource_bundles": {
21     "MPFormTableViewCellBundle": [
22       "MPFormTableViewCell/Classes/**/*.xib"
23     ]
24   }