[Add] BridSDK 1.4.3
[CocoaPods.git] / Specs / 8 / 6 / c / RxNetworks / 0.4.8 / RxNetworks.podspec.json
blob87bd26bb311cb6654bd4ef17254bf94deed33045
2   "name": "RxNetworks",
3   "version": "0.4.8",
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.8"
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       }
63     },
64     {
65       "name": "Plugins",
66       "subspecs": [
67         {
68           "name": "Indicator",
69           "source_files": "Sources/Plugins/Indicator/*.swift",
70           "dependencies": {
71             "RxNetworks/Core": [
73             ]
74           },
75           "pod_target_xcconfig": {
76             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "RXNETWORKS_PLUGINGS_INDICATOR",
77             "GCC_PREPROCESSOR_DEFINITIONS": "RXNETWORKS_PLUGINGS_INDICATOR=1"
78           }
79         },
80         {
81           "name": "Debugging",
82           "source_files": "Sources/Plugins/Debugging/*.swift",
83           "dependencies": {
84             "RxNetworks/Core": [
86             ]
87           },
88           "pod_target_xcconfig": {
89             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "RXNETWORKS_PLUGINGS_DEBUGGING",
90             "GCC_PREPROCESSOR_DEFINITIONS": "RXNETWORKS_PLUGINGS_DEBUGGING=1"
91           }
92         },
93         {
94           "name": "Loading",
95           "source_files": "Sources/Plugins/Loading/*.swift",
96           "dependencies": {
97             "RxNetworks/Core": [
99             ]
100           },
101           "ios": {
102             "dependencies": {
103               "MBProgressHUD": [
105               ]
106             }
107           }
108         },
109         {
110           "name": "AnimatedLoading",
111           "source_files": "Sources/Plugins/AnimatedLoading/*.swift",
112           "dependencies": {
113             "RxNetworks/Core": [
115             ],
116             "lottie-ios": [
118             ]
119           }
120         },
121         {
122           "name": "Warning",
123           "source_files": "Sources/Plugins/Warning/*.swift",
124           "dependencies": {
125             "RxNetworks/Core": [
127             ]
128           },
129           "ios": {
130             "dependencies": {
131               "MBProgressHUD": [
133               ]
134             }
135           },
136           "pod_target_xcconfig": {
137             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "RXNETWORKS_PLUGINGS_WARNING",
138             "GCC_PREPROCESSOR_DEFINITIONS": "RXNETWORKS_PLUGINGS_WARNING=1"
139           }
140         },
141         {
142           "name": "Cache",
143           "source_files": "Sources/Plugins/Cache/*.swift",
144           "dependencies": {
145             "RxNetworks/Core": [
147             ],
148             "CacheX": [
150             ]
151           }
152         },
153         {
154           "name": "GZip",
155           "source_files": "Sources/Plugins/GZip/*.swift",
156           "dependencies": {
157             "RxNetworks/Core": [
159             ]
160           }
161         },
162         {
163           "name": "Shared",
164           "source_files": "Sources/Plugins/Shared/*.swift",
165           "dependencies": {
166             "RxNetworks/Core": [
168             ]
169           },
170           "pod_target_xcconfig": {
171             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "RXNETWORKS_PLUGINGS_SHARED",
172             "GCC_PREPROCESSOR_DEFINITIONS": "RXNETWORKS_PLUGINGS_SHARED=1"
173           }
174         },
175         {
176           "name": "Header",
177           "source_files": "Sources/Plugins/Header/*.swift",
178           "dependencies": {
179             "RxNetworks/Core": [
181             ]
182           },
183           "pod_target_xcconfig": {
184             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "RXNETWORKS_PLUGINGS_HTTPHEADER",
185             "GCC_PREPROCESSOR_DEFINITIONS": "RXNETWORKS_PLUGINGS_HTTPHEADER=1"
186           }
187         },
188         {
189           "name": "Files",
190           "source_files": "Sources/Plugins/Files/*.swift",
191           "dependencies": {
192             "RxNetworks/Core": [
194             ]
195           },
196           "pod_target_xcconfig": {
197             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "RXNETWORKS_PLUGINGS_DOWNLOAD_UPLOAD",
198             "GCC_PREPROCESSOR_DEFINITIONS": "RXNETWORKS_PLUGINGS_DOWNLOAD_UPLOAD=1"
199           }
200         }
201       ]
202     }
203   ],
204   "swift_version": "5.0"