[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / a / c / TableCellPicker / 0.2.1 / TableCellPicker.podspec.json
blob6c24b5bbebb0f70e530768f2e196d6d9c9e98829
2   "name": "TableCellPicker",
3   "version": "0.2.1",
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.1"
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   }