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",
12 "yangkejun": "yangkj310@gmail.com"
15 "git": "https://github.com/yangKJ/RxNetworks.git",
18 "social_media_url": "https://juejin.cn/user/1987535102554472/posts",
22 "swift_versions": "5.0",
24 "static_framework": true,
25 "module_name": "RxNetworks",
27 "source_files": "Sources/RxNetworks.h"
29 "pod_target_xcconfig": {
30 "SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES",
31 "OTHER_SWIFT_FLAGS[config=Debug]": "-D DEBUG"
36 "source_files": "Sources/Core/*.swift",
45 "source_files": "Sources/RxSwift/*.swift",
57 "source_files": "Sources/HandyJSON/*.swift",
69 "source_files": "Sources/Plugins/Indicator/*.swift",
75 "pod_target_xcconfig": {
76 "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "RXNETWORKS_PLUGINGS_INDICATOR",
77 "GCC_PREPROCESSOR_DEFINITIONS": "RXNETWORKS_PLUGINGS_INDICATOR=1"
82 "source_files": "Sources/Plugins/Debugging/*.swift",
88 "pod_target_xcconfig": {
89 "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "RXNETWORKS_PLUGINGS_DEBUGGING",
90 "GCC_PREPROCESSOR_DEFINITIONS": "RXNETWORKS_PLUGINGS_DEBUGGING=1"
95 "source_files": "Sources/Plugins/Loading/*.swift",
110 "name": "AnimatedLoading",
111 "source_files": "Sources/Plugins/AnimatedLoading/*.swift",
123 "source_files": "Sources/Plugins/Warning/*.swift",
136 "pod_target_xcconfig": {
137 "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "RXNETWORKS_PLUGINGS_WARNING",
138 "GCC_PREPROCESSOR_DEFINITIONS": "RXNETWORKS_PLUGINGS_WARNING=1"
143 "source_files": "Sources/Plugins/Cache/*.swift",
155 "source_files": "Sources/Plugins/GZip/*.swift",
164 "source_files": "Sources/Plugins/Shared/*.swift",
170 "pod_target_xcconfig": {
171 "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "RXNETWORKS_PLUGINGS_SHARED",
172 "GCC_PREPROCESSOR_DEFINITIONS": "RXNETWORKS_PLUGINGS_SHARED=1"
177 "source_files": "Sources/Plugins/Header/*.swift",
183 "pod_target_xcconfig": {
184 "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "RXNETWORKS_PLUGINGS_HTTPHEADER",
185 "GCC_PREPROCESSOR_DEFINITIONS": "RXNETWORKS_PLUGINGS_HTTPHEADER=1"
190 "source_files": "Sources/Plugins/Files/*.swift",
196 "pod_target_xcconfig": {
197 "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "RXNETWORKS_PLUGINGS_DOWNLOAD_UPLOAD",
198 "GCC_PREPROCESSOR_DEFINITIONS": "RXNETWORKS_PLUGINGS_DOWNLOAD_UPLOAD=1"
204 "swift_version": "5.0"