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",
72 "source_files": "Sources/Plugins/Indicator/*.swift",
78 "pod_target_xcconfig": {
79 "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "RXNETWORKS_PLUGINGS_INDICATOR",
80 "GCC_PREPROCESSOR_DEFINITIONS": "RXNETWORKS_PLUGINGS_INDICATOR=1"
85 "source_files": "Sources/Plugins/Debugging/*.swift",
91 "pod_target_xcconfig": {
92 "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "RXNETWORKS_PLUGINGS_DEBUGGING",
93 "GCC_PREPROCESSOR_DEFINITIONS": "RXNETWORKS_PLUGINGS_DEBUGGING=1"
98 "source_files": "Sources/Plugins/Loading/*.swift",
113 "name": "AnimatedLoading",
114 "source_files": "Sources/Plugins/AnimatedLoading/*.swift",
126 "source_files": "Sources/Plugins/Warning/*.swift",
139 "pod_target_xcconfig": {
140 "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "RXNETWORKS_PLUGINGS_WARNING",
141 "GCC_PREPROCESSOR_DEFINITIONS": "RXNETWORKS_PLUGINGS_WARNING=1"
146 "source_files": "Sources/Plugins/Cache/*.swift",
158 "source_files": "Sources/Plugins/GZip/*.swift",
167 "source_files": "Sources/Plugins/Shared/*.swift",
173 "pod_target_xcconfig": {
174 "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "RXNETWORKS_PLUGINGS_SHARED",
175 "GCC_PREPROCESSOR_DEFINITIONS": "RXNETWORKS_PLUGINGS_SHARED=1"
180 "source_files": "Sources/Plugins/Header/*.swift",
186 "pod_target_xcconfig": {
187 "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "RXNETWORKS_PLUGINGS_HTTPHEADER",
188 "GCC_PREPROCESSOR_DEFINITIONS": "RXNETWORKS_PLUGINGS_HTTPHEADER=1"
193 "source_files": "Sources/Plugins/Files/*.swift",
199 "pod_target_xcconfig": {
200 "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "RXNETWORKS_PLUGINGS_DOWNLOAD_UPLOAD",
201 "GCC_PREPROCESSOR_DEFINITIONS": "RXNETWORKS_PLUGINGS_DOWNLOAD_UPLOAD=1"
207 "swift_version": "5.0"