[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 0 / d / Booming / 1.0.1 / Booming.podspec.json
blob7f6dd6dd9efd814655a7149afca7c4ffa2861cc1
2   "name": "Booming",
3   "version": "1.0.1",
4   "summary": "Network Api Library.",
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": "1.0.1"
17   },
18   "social_media_url": "https://juejin.cn/user/1987535102554472/posts",
19   "platforms": {
20     "ios": "10.0",
21     "osx": "10.13"
22   },
23   "swift_versions": "5.0",
24   "requires_arc": true,
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"
30   },
31   "default_subspecs": "Core",
32   "subspecs": [
33     {
34       "name": "Core",
35       "source_files": "Booming/*.swift",
36       "dependencies": {
37         "Moya": [
39         ]
40       },
41       "frameworks": "Foundation"
42     },
43     {
44       "name": "Lottie",
45       "source_files": "Plugins/Lottie/*.swift",
46       "dependencies": {
47         "Booming/Core": [
49         ],
50         "lottie-ios": [
52         ]
53       },
54       "platforms": {
55         "ios": "11.0"
56       }
57     },
58     {
59       "name": "Debugging",
60       "source_files": "Plugins/Debugging/*.swift",
61       "dependencies": {
62         "Booming/Core": [
64         ]
65       },
66       "pod_target_xcconfig": {
67         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "BOOMING_PLUGINGS_DEBUGGING",
68         "GCC_PREPROCESSOR_DEFINITIONS": "BOOMING_PLUGINGS_DEBUGGING=1"
69       }
70     },
71     {
72       "name": "Cache",
73       "source_files": "Plugins/Cache/*.swift",
74       "dependencies": {
75         "Booming/Core": [
77         ],
78         "CacheX": [
79           "~> 1.1.0"
80         ]
81       }
82     },
83     {
84       "name": "GZip",
85       "source_files": "Plugins/GZip/*.swift",
86       "dependencies": {
87         "Booming/Core": [
89         ]
90       }
91     },
92     {
93       "name": "Shared",
94       "source_files": "Plugins/Shared/*.swift",
95       "dependencies": {
96         "Booming/Core": [
98         ]
99       },
100       "pod_target_xcconfig": {
101         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "BOOMING_PLUGINGS_SHARED",
102         "GCC_PREPROCESSOR_DEFINITIONS": "BOOMING_PLUGINGS_SHARED=1"
103       }
104     },
105     {
106       "name": "Header",
107       "source_files": "Plugins/Header/*.swift",
108       "dependencies": {
109         "Booming/Core": [
111         ]
112       },
113       "pod_target_xcconfig": {
114         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "BOOMING_PLUGINGS_HTTPHEADER",
115         "GCC_PREPROCESSOR_DEFINITIONS": "BOOMING_PLUGINGS_HTTPHEADER=1"
116       }
117     },
118     {
119       "name": "Files",
120       "source_files": "Plugins/Files/*.swift",
121       "dependencies": {
122         "Booming/Core": [
124         ]
125       },
126       "pod_target_xcconfig": {
127         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "BOOMING_PLUGINGS_DOWNLOAD_UPLOAD",
128         "GCC_PREPROCESSOR_DEFINITIONS": "BOOMING_PLUGINGS_DOWNLOAD_UPLOAD=1"
129       }
130     },
131     {
132       "name": "Loading",
133       "ios": {
134         "source_files": "Plugins/Loading/*.swift",
135         "dependencies": {
136           "MBProgressHUD": [
138           ]
139         }
140       },
141       "dependencies": {
142         "Booming/Core": [
144         ]
145       }
146     },
147     {
148       "name": "Warning",
149       "ios": {
150         "source_files": "Plugins/Warning/*.swift",
151         "dependencies": {
152           "MBProgressHUD": [
154           ]
155         },
156         "pod_target_xcconfig": {
157           "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "BOOMING_PLUGINGS_WARNING",
158           "GCC_PREPROCESSOR_DEFINITIONS": "BOOMING_PLUGINGS_WARNING=1"
159         }
160       },
161       "dependencies": {
162         "Booming/Core": [
164         ]
165       }
166     },
167     {
168       "name": "Indicator",
169       "ios": {
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"
174         }
175       },
176       "dependencies": {
177         "Booming/Core": [
179         ]
180       }
181     }
182   ],
183   "swift_version": "5.0"