[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 9 / 1 / JWTextPickerManager / 1.0.6 / JWTextPickerManager.podspec.json
bloba38d65238a935e71eea30ea134b80594a0e47983
2   "name": "JWTextPickerManager",
3   "version": "1.0.6",
4   "summary": "文本选择器,最多支持3列",
5   "homepage": "https://gitee.com/jw10126121/JWTextPickerManager",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "linjw": "10126121@qq.com"
12   },
13   "source": {
14     "git": "https://gitee.com/jw10126121/JWTextPickerManager.git",
15     "tag": "1.0.6"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "swift_versions": "5.0",
21   "default_subspecs": "Base",
22   "subspecs": [
23     {
24       "name": "Base",
25       "source_files": "JWTextPickerManager/Base/**/*",
26       "frameworks": "UIKit",
27       "dependencies": {
28         "XBPickerView": [
30         ],
31         "XBDialog": [
33         ]
34       }
35     },
36     {
37       "name": "RxSwift",
38       "source_files": "JWTextPickerManager/RxSwift/**/*",
39       "frameworks": "UIKit",
40       "dependencies": {
41         "JWTextPickerManager/Base": [
43         ],
44         "RxSwift": [
46         ],
47         "RxCocoa": [
49         ]
50       }
51     }
52   ],
53   "swift_version": "5.0"