[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / 7 / c / f / AlertPickerView / 0.1.4 / AlertPickerView.podspec.json
blob22f693285aeec0c9b2835b5a9c072ca55e64b3fd
2   "name": "AlertPickerView",
3   "version": "0.1.4",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "homepage": "https://github.com/tomoyamatsuyama/AlertPickerView",
9   "authors": {
10     "Tomoya Matsuyama": "m.tomoya0221@gmail.com"
11   },
12   "summary": "Present pickerView like AlertController",
13   "source": {
14     "git": "https://github.com/tomoyamatsuyama/AlertPickerView.git",
15     "tag": "0.1.4"
16   },
17   "source_files": "AlertPickerView/*.{swift}",
18   "resource_bundles": {
19     "AlertPickerView": [
20       "AlertPickerView/*.storyboard"
21     ]
22   },
23   "dependencies": {
24     "RxSwift": [
26     ],
27     "RxCocoa": [
29     ]
30   },
31   "platforms": {
32     "ios": "11.0"
33   }