[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 8 / 6 / c / RxNetworks / 0.4.7 / RxNetworks.podspec.json
blobd2d4cc4984b0ab5008c8c95155d4c5e8a77ceb45
2   "name": "RxNetworks",
3   "version": "0.4.7",
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": "0.4.7"
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   "pod_target_xcconfig": {
30     "SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES",
31     "OTHER_SWIFT_FLAGS[config=Debug]": "-D DEBUG"
32   },
33   "subspecs": [
34     {
35       "name": "Core",
36       "source_files": "Sources/Core/*.swift",
37       "dependencies": {
38         "Moya": [
40         ]
41       }
42     },
43     {
44       "name": "RxSwift",
45       "source_files": "Sources/RxSwift/*.swift",
46       "dependencies": {
47         "RxSwift": [
49         ],
50         "RxNetworks/Core": [
52         ]
53       }
54     },
55     {
56       "name": "HandyJSON",
57       "source_files": "Sources/HandyJSON/*.swift",
58       "dependencies": {
59         "HandyJSON": [
61         ],
62         "RxSwift": [
64         ]
65       }
66     },
67     {
68       "name": "Plugins",
69       "subspecs": [
70         {
71           "name": "Indicator",
72           "source_files": "Sources/Plugins/Indicator/*.swift",
73           "dependencies": {
74             "RxNetworks/Core": [
76             ]
77           },
78           "pod_target_xcconfig": {
79             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "RXNETWORKS_PLUGINGS_INDICATOR",
80             "GCC_PREPROCESSOR_DEFINITIONS": "RXNETWORKS_PLUGINGS_INDICATOR=1"
81           }
82         },
83         {
84           "name": "Debugging",
85           "source_files": "Sources/Plugins/Debugging/*.swift",
86           "dependencies": {
87             "RxNetworks/Core": [
89             ]
90           },
91           "pod_target_xcconfig": {
92             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "RXNETWORKS_PLUGINGS_DEBUGGING",
93             "GCC_PREPROCESSOR_DEFINITIONS": "RXNETWORKS_PLUGINGS_DEBUGGING=1"
94           }
95         },
96         {
97           "name": "Loading",
98           "source_files": "Sources/Plugins/Loading/*.swift",
99           "dependencies": {
100             "RxNetworks/Core": [
102             ]
103           },
104           "ios": {
105             "dependencies": {
106               "MBProgressHUD": [
108               ]
109             }
110           }
111         },
112         {
113           "name": "AnimatedLoading",
114           "source_files": "Sources/Plugins/AnimatedLoading/*.swift",
115           "dependencies": {
116             "RxNetworks/Core": [
118             ],
119             "lottie-ios": [
121             ]
122           }
123         },
124         {
125           "name": "Warning",
126           "source_files": "Sources/Plugins/Warning/*.swift",
127           "dependencies": {
128             "RxNetworks/Core": [
130             ]
131           },
132           "ios": {
133             "dependencies": {
134               "MBProgressHUD": [
136               ]
137             }
138           },
139           "pod_target_xcconfig": {
140             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "RXNETWORKS_PLUGINGS_WARNING",
141             "GCC_PREPROCESSOR_DEFINITIONS": "RXNETWORKS_PLUGINGS_WARNING=1"
142           }
143         },
144         {
145           "name": "Cache",
146           "source_files": "Sources/Plugins/Cache/*.swift",
147           "dependencies": {
148             "RxNetworks/Core": [
150             ],
151             "CacheX": [
153             ]
154           }
155         },
156         {
157           "name": "GZip",
158           "source_files": "Sources/Plugins/GZip/*.swift",
159           "dependencies": {
160             "RxNetworks/Core": [
162             ]
163           }
164         },
165         {
166           "name": "Shared",
167           "source_files": "Sources/Plugins/Shared/*.swift",
168           "dependencies": {
169             "RxNetworks/Core": [
171             ]
172           },
173           "pod_target_xcconfig": {
174             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "RXNETWORKS_PLUGINGS_SHARED",
175             "GCC_PREPROCESSOR_DEFINITIONS": "RXNETWORKS_PLUGINGS_SHARED=1"
176           }
177         },
178         {
179           "name": "Header",
180           "source_files": "Sources/Plugins/Header/*.swift",
181           "dependencies": {
182             "RxNetworks/Core": [
184             ]
185           },
186           "pod_target_xcconfig": {
187             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "RXNETWORKS_PLUGINGS_HTTPHEADER",
188             "GCC_PREPROCESSOR_DEFINITIONS": "RXNETWORKS_PLUGINGS_HTTPHEADER=1"
189           }
190         },
191         {
192           "name": "Files",
193           "source_files": "Sources/Plugins/Files/*.swift",
194           "dependencies": {
195             "RxNetworks/Core": [
197             ]
198           },
199           "pod_target_xcconfig": {
200             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "RXNETWORKS_PLUGINGS_DOWNLOAD_UPLOAD",
201             "GCC_PREPROCESSOR_DEFINITIONS": "RXNETWORKS_PLUGINGS_DOWNLOAD_UPLOAD=1"
202           }
203         }
204       ]
205     }
206   ],
207   "swift_version": "5.0"