[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / d / f / JWQRCodeManager / 0.0.1 / JWQRCodeManager.podspec.json
blob836724817831d5328c2547eccd6b66ca053c1083
2   "name": "JWQRCodeManager",
3   "version": "0.0.1",
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.1"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "swift_versions": "5.0",
21   "subspecs": [
22     {
23       "name": "Base",
24       "source_files": "JWQRCodeManager/Classes/Base/**/*",
25       "frameworks": "UIKit",
26       "resource_bundles": {
27         "JWQRCodeManager": [
28           "JWQRCodeManager/Assets/*"
29         ]
30       }
31     },
32     {
33       "name": "RxSwift",
34       "source_files": "JWQRCodeManager/Classes/RxSwift/**/*",
35       "frameworks": "UIKit",
36       "dependencies": {
37         "JWQRCodeManager/Base": [
39         ],
40         "RxSwift": [
42         ],
43         "RxCocoa": [
45         ]
46       }
47     }
48   ],
49   "swift_version": "5.0"