[Add] AmitySDK 6.47.1
[CocoaPods.git] / Specs / d / 4 / a / DTScrollPickerView / 0.1.6 / DTScrollPickerView.podspec.json
blob64e0f01966539882661a5bf10b1f54241a4f3051
2   "name": "DTScrollPickerView",
3   "version": "0.1.6",
4   "summary": "A custom scroll picker view",
5   "description": "Custom scroll picker view, subclass from UITableView with UICircleProgressView dependency",
6   "homepage": "https://github.com/nielstj/DTScrollPickerView",
7   "license": "MIT",
8   "authors": {
9     "Daniel Tjuatja": "daniel.tjuatja@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/nielstj/DTScrollPickerView.git",
13     "tag": "0.1.6"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "DTScrollPickerView": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "DTCircleProgressView": [
28     ]
29   }