[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / d / f / JWQRCodeManager / 0.0.2 / JWQRCodeManager.podspec.json
blobe22e0fa096f9dcbf5acb502aed8cce96d3c5fd8b
2   "name": "JWQRCodeManager",
3   "version": "0.0.2",
4   "summary": "二维码工具",
5   "homepage": "https://gitee.com/jw10126121/JWQRCodeManager",
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/JWQRCodeManager.git",
15     "tag": "0.0.2"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "swift_versions": "5.0",
21   "module_name": "JWQRCodeManager",
22   "default_subspecs": "Base",
23   "subspecs": [
24     {
25       "name": "Base",
26       "source_files": "JWQRCodeManager/Classes/Base/**/*",
27       "frameworks": "UIKit",
28       "resource_bundles": {
29         "JWQRCodeManager": [
30           "JWQRCodeManager/Assets/*"
31         ]
32       }
33     },
34     {
35       "name": "RxSwift",
36       "source_files": "JWQRCodeManager/Classes/RxSwift/**/*",
37       "frameworks": "UIKit",
38       "dependencies": {
39         "JWQRCodeManager/Base": [
41         ],
42         "RxSwift": [
44         ],
45         "RxCocoa": [
47         ]
48       }
49     }
50   ],
51   "swift_version": "5.0"