[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 8 / 0 / DSTPickerView / 1.0 / DSTPickerView.podspec.json
blobecf8a34cfe606f58acb268b29c97c2bceeed16b5
2   "name": "DSTPickerView",
3   "version": "1.0",
4   "summary": "Drop-in replacement for UIPickerView with additional features.",
5   "homepage": "https://github.com/dunkelstern/DSTPickerView",
6   "license": {
7     "type": "BSD (2 clause)",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "Johannes Schriewer": "jschriewer@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/dunkelstern/DSTPickerView.git",
15     "tag": "1.0"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "source_files": "picker/*.{h,m}",
21   "frameworks": [
22     "QuartzCore",
23     "AudioToolbox"
24   ],
25   "requires_arc": true