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 "default_subspecs": "MoyaNetwork",
30 "pod_target_xcconfig": {
31 "SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES",
32 "OTHER_SWIFT_FLAGS[config=Debug]": "-D DEBUG"
36 "name": "MoyaNetwork",
37 "source_files": "Sources/MoyaNetwork/*.swift",
46 "source_files": "Sources/RxSwift/*.swift",
51 "RxNetworks/MoyaNetwork": [
58 "source_files": "Sources/HandyJSON/*.swift",
69 "name": "MoyaPlugins",
73 "source_files": "Sources/MoyaPlugins/Indicator/*.swift",
75 "RxNetworks/MoyaNetwork": [
79 "pod_target_xcconfig": {
80 "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "RxNetworks_MoyaPlugins_Indicator",
81 "GCC_PREPROCESSOR_DEFINITIONS": "RxNetworks_MoyaPlugins_Indicator=1"
86 "source_files": "Sources/MoyaPlugins/Debugging/*.swift",
88 "RxNetworks/MoyaNetwork": [
92 "pod_target_xcconfig": {
93 "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "RxNetworks_MoyaPlugins_Debugging",
94 "GCC_PREPROCESSOR_DEFINITIONS": "RxNetworks_MoyaPlugins_Debugging=1"
99 "source_files": "Sources/MoyaPlugins/Loading/*.swift",
101 "RxNetworks/MoyaNetwork": [
110 "name": "AnimatedLoading",
111 "source_files": "Sources/MoyaPlugins/AnimatedLoading/*.swift",
113 "RxNetworks/MoyaNetwork": [
123 "source_files": "Sources/MoyaPlugins/Warning/*.swift",
125 "RxNetworks/MoyaNetwork": [
135 "source_files": "Sources/MoyaPlugins/Cache/*.swift",
137 "RxNetworks/MoyaNetwork": [
147 "source_files": "Sources/MoyaPlugins/GZip/*.swift",
149 "RxNetworks/MoyaNetwork": [
157 "swift_version": "5.0"