[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 4 / 9 / 1 / JWTextPickerManager / 1.0.2 / JWTextPickerManager.podspec.json
blob7e241c6afe0929ef2a758703913825812f5d6002
2   "name": "JWTextPickerManager",
3   "version": "1.0.2",
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.2"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "swift_versions": "5.0",
21   "subspecs": [
22     {
23       "name": "Base",
24       "source_files": "JWTextPickerManager/Classes/JWTextPickerManager/**/*",
25       "frameworks": "UIKit",
26       "dependencies": {
27         "XBPickerView": [
29         ],
30         "XBDialog": [
32         ]
33       }
34     },
35     {
36       "name": "RxSwift",
37       "source_files": "JWTextPickerManager/Classes/JWTextPickerManager+Rx/**/*",
38       "frameworks": "UIKit",
39       "dependencies": {
40         "JWTextPickerManager/Base": [
42         ],
43         "RxSwift": [
45         ],
46         "RxCocoa": [
48         ]
49       }
50     }
51   ],
52   "swift_version": "5.0"