[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / a / c / TableCellPicker / 0.2.3 / TableCellPicker.podspec.json
blob4e727920505aa15be6d644d6407e4e57ab981e1a
2   "name": "TableCellPicker",
3   "version": "0.2.3",
4   "summary": "A table view cell that displays a picker view for selecting a value.",
5   "description": "This CocoaPod provides the ability to instantiate a custom tableview cell with a picker view for selecting values.",
6   "homepage": "https://github.com/karryoberes/TableCellPicker",
7   "license": "MIT",
8   "authors": {
9     "Oberes, Karry Raia C.": "karry.raia.c.oberes@accenture.com"
10   },
11   "source": {
12     "git": "https://github.com/karryoberes/TableCellPicker.git",
13     "tag": "0.2.3"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "TableCellPicker": [
22       "Pod/**/*.xib"
23     ]
24   }