4 "summary": "Network Api Library.",
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",
23 "swift_versions": "5.0",
25 "static_framework": true,
26 "cocoapods_version": ">= 1.4.0",
27 "pod_target_xcconfig": {
28 "SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES",
29 "OTHER_SWIFT_FLAGS[config=Debug]": "-D DEBUG"
31 "default_subspecs": "Core",
35 "source_files": "Booming/*.swift",
41 "frameworks": "Foundation"
45 "source_files": "Plugins/Lottie/*.swift",
60 "source_files": "Plugins/Debugging/*.swift",
66 "pod_target_xcconfig": {
67 "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "BOOMING_PLUGINGS_DEBUGGING",
68 "GCC_PREPROCESSOR_DEFINITIONS": "BOOMING_PLUGINGS_DEBUGGING=1"
73 "source_files": "Plugins/Cache/*.swift",
85 "source_files": "Plugins/GZip/*.swift",
94 "source_files": "Plugins/Shared/*.swift",
100 "pod_target_xcconfig": {
101 "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "BOOMING_PLUGINGS_SHARED",
102 "GCC_PREPROCESSOR_DEFINITIONS": "BOOMING_PLUGINGS_SHARED=1"
107 "source_files": "Plugins/Header/*.swift",
113 "pod_target_xcconfig": {
114 "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "BOOMING_PLUGINGS_HTTPHEADER",
115 "GCC_PREPROCESSOR_DEFINITIONS": "BOOMING_PLUGINGS_HTTPHEADER=1"
120 "source_files": "Plugins/Files/*.swift",
126 "pod_target_xcconfig": {
127 "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "BOOMING_PLUGINGS_DOWNLOAD_UPLOAD",
128 "GCC_PREPROCESSOR_DEFINITIONS": "BOOMING_PLUGINGS_DOWNLOAD_UPLOAD=1"
134 "source_files": "Plugins/Loading/*.swift",
150 "source_files": "Plugins/Warning/*.swift",
156 "pod_target_xcconfig": {
157 "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "BOOMING_PLUGINGS_WARNING",
158 "GCC_PREPROCESSOR_DEFINITIONS": "BOOMING_PLUGINGS_WARNING=1"
170 "source_files": "Plugins/Indicator/*.swift",
171 "pod_target_xcconfig": {
172 "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "BOOMING_PLUGINGS_INDICATOR",
173 "GCC_PREPROCESSOR_DEFINITIONS": "BOOMING_PLUGINGS_INDICATOR=1"
183 "swift_version": "5.0"