[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 6 / 3 / c / DRPickerView / 0.1.0 / DRPickerView.podspec.json
blob447fe43635bae3c355c86545b4dbce3b1b0c7e0a
2   "name": "DRPickerView",
3   "version": "0.1.0",
4   "summary": "A simple UIView subclass that wraps UIDatePicker and UIPickerView in a single view.",
5   "description": "                   DRPickerView is a simple UIView subclass that wraps both UIDatePicker and UIPickerView objects and provides a nice working picker.\n",
6   "homepage": "http://github.com/Legoless/DRPickerView",
7   "license": "MIT",
8   "authors": {
9     "Dal Rupnik": "legoless@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/Legoless/DRPickerView.git",
16     "tag": "0.1.0"
17   },
18   "source_files": "DRPickerView/*.{h,m}",
19   "requires_arc": true,
20   "dependencies": {
21     "Haystack": [
23     ]
24   }