[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 4 / 2 / 6 / HiNet / 1.0.4 / HiNet.podspec.json
blob5db587492093a7c05883077e76bc4e46d00c7922
2   "name": "HiNet",
3   "version": "1.0.4",
4   "summary": "Net function.",
5   "description": "Net function using Swift.",
6   "homepage": "https://github.com/tospery/HiNet",
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/HiNet.git",
16     "tag": "1.0.4"
17   },
18   "requires_arc": true,
19   "swift_versions": "5.3",
20   "platforms": {
21     "ios": "16.0"
22   },
23   "frameworks": "Foundation",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "HiNet/Core/**/*",
28       "dependencies": {
29         "ObjectMapper": [
30           "~> 4.0"
31         ],
32         "Moya/Core": [
33           "~> 15.0"
34         ]
35       }
36     },
37     {
38       "name": "RxSwift",
39       "source_files": "HiNet/RxSwift/**/*",
40       "dependencies": {
41         "HiNet/Core": [
43         ],
44         "RxRelay": [
45           "~> 6.0"
46         ],
47         "Moya/RxSwift": [
48           "~> 15.0"
49         ]
50       }
51     },
52     {
53       "name": "Combine",
54       "source_files": "HiNet/Combine/**/*",
55       "dependencies": {
56         "HiNet/Core": [
58         ],
59         "Moya/Combine": [
60           "~> 15.0"
61         ]
62       }
63     }
64   ],
65   "swift_version": "5.3"