[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / c / 3 / ReusableKit-JX / 3.0.0-v1 / ReusableKit-JX.podspec.json
blob492b6c63979775ed4853cded1f2b311dca6bd524
2   "name": "ReusableKit-JX",
3   "version": "3.0.0-v1",
4   "summary": "Generic reusables for Cocoa.",
5   "description": "Generic reusables for Cocoa by swift.",
6   "homepage": "https://github.com/tospery/ReusableKit-JX",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "YangJianxiang": "tospery@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/tospery/ReusableKit-JX.git",
16     "tag": "3.0.0-v1"
17   },
18   "requires_arc": true,
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "11.0"
22   },
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "default_subspecs": "Core",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "ReusableKit-JX/Core/*.swift"
32     },
33     {
34       "name": "RxSwift",
35       "source_files": "ReusableKit-JX/RxSwift/*.swift",
36       "dependencies": {
37         "ReusableKit-JX/Core": [
39         ],
40         "RxSwift": [
41           "~> 6.0"
42         ],
43         "RxCocoa": [
44           "~> 6.0"
45         ]
46       }
47     }
48   ],
49   "swift_version": "5.0"