[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 8 / 6 / c / RxNetworks / 0.0.1 / RxNetworks.podspec.json
blob13276bd8ec41d33b81ad1df7ebb9c22b0e65b8e1
2   "name": "RxNetworks",
3   "version": "0.0.1",
4   "summary": "👌. RxSwift + Moya + HandyJSON + Plugins",
5   "homepage": "https://github.com/yangKJ/RxNetworks",
6   "description": "https://github.com/yangKJ/RxNetworks/blob/master/README.md",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yangkejun": "ykj310@126.com"
13   },
14   "source": {
15     "git": "https://github.com/yangKJ/RxNetworks.git",
16     "tag": "0.0.1"
17   },
18   "social_media_url": "https://juejin.cn/user/1987535102554472/posts",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_versions": "5.0",
23   "requires_arc": true,
24   "static_framework": true,
25   "subspecs": [
26     {
27       "name": "MoyaNetwork",
28       "source_files": "Sources/MoyaNetwork/*.swift",
29       "dependencies": {
30         "RxSwift": [
32         ],
33         "Moya": [
35         ]
36       }
37     },
38     {
39       "name": "HandyJSON",
40       "source_files": "Sources/HandyJSON/*.swift",
41       "dependencies": {
42         "HandyJSON": [
44         ],
45         "RxSwift": [
47         ]
48       }
49     },
50     {
51       "name": "MoyaPlugins",
52       "subspecs": [
53         {
54           "name": "Indicator",
55           "source_files": "Sources/MoyaPlugins/Indicator/*.swift",
56           "dependencies": {
57             "RxNetworks/MoyaNetwork": [
59             ]
60           }
61         },
62         {
63           "name": "Loading",
64           "source_files": "Sources/MoyaPlugins/Loading/*.swift",
65           "dependencies": {
66             "RxNetworks/MoyaNetwork": [
68             ],
69             "MBProgressHUD": [
71             ]
72           }
73         },
74         {
75           "name": "Warning",
76           "source_files": "Sources/MoyaPlugins/Warning/*.swift",
77           "dependencies": {
78             "RxNetworks/MoyaNetwork": [
80             ],
81             "MBProgressHUD": [
83             ]
84           }
85         },
86         {
87           "name": "Cache",
88           "source_files": "Sources/MoyaPlugins/Cache/*.swift",
89           "dependencies": {
90             "RxNetworks/MoyaNetwork": [
92             ],
93             "YYCache": [
95             ]
96           }
97         }
98       ]
99     }
100   ],
101   "swift_version": "5.0"