[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 8 / 6 / c / RxNetworks / 1.0.1 / RxNetworks.podspec.json
blobdf0991093ebea039e0cfcb19314bd26ce618cff9
2   "name": "RxNetworks",
3   "version": "1.0.1",
4   "summary": "Network Architecture API 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": "yangkj310@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/yangKJ/RxNetworks.git",
16     "tag": "1.0.1"
17   },
18   "social_media_url": "https://juejin.cn/user/1987535102554472/posts",
19   "platforms": {
20     "ios": "11.0"
21   },
22   "swift_versions": "5.0",
23   "requires_arc": true,
24   "static_framework": true,
25   "module_name": "RxNetworks",
26   "ios": {
27     "source_files": "Sources/RxNetworks.h"
28   },
29   "subspecs": [
30     {
31       "name": "Core",
32       "dependencies": {
33         "Booming/Core": [
35         ]
36       }
37     },
38     {
39       "name": "RxSwift",
40       "source_files": "Sources/RxSwift/*.swift",
41       "dependencies": {
42         "RxSwift": [
44         ],
45         "RxNetworks/Core": [
47         ]
48       }
49     },
50     {
51       "name": "HandyJSON",
52       "source_files": "Sources/HandyJSON/*.swift",
53       "dependencies": {
54         "HandyJSON": [
56         ]
57       }
58     },
59     {
60       "name": "Plugins",
61       "subspecs": [
62         {
63           "name": "Indicator",
64           "dependencies": {
65             "Booming/Indicator": [
67             ]
68           }
69         },
70         {
71           "name": "Debugging",
72           "dependencies": {
73             "Booming/Debugging": [
75             ]
76           }
77         },
78         {
79           "name": "Loading",
80           "dependencies": {
81             "Booming/Loading": [
83             ]
84           }
85         },
86         {
87           "name": "AnimatedLoading",
88           "dependencies": {
89             "Booming/Lottie": [
91             ]
92           }
93         },
94         {
95           "name": "Warning",
96           "dependencies": {
97             "Booming/Warning": [
99             ]
100           }
101         },
102         {
103           "name": "Cache",
104           "dependencies": {
105             "Booming/Cache": [
107             ]
108           }
109         },
110         {
111           "name": "GZip",
112           "dependencies": {
113             "Booming/GZip": [
115             ]
116           }
117         },
118         {
119           "name": "Shared",
120           "dependencies": {
121             "Booming/Shared": [
123             ]
124           }
125         },
126         {
127           "name": "Header",
128           "dependencies": {
129             "Booming/Header": [
131             ]
132           }
133         },
134         {
135           "name": "Files",
136           "dependencies": {
137             "Booming/Files": [
139             ]
140           }
141         }
142       ]
143     }
144   ],
145   "swift_version": "5.0"