[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 0 / d / Booming / 1.1.0 / Booming.podspec.json
blob4895445975d8024853bbae12249b577807f1ddcb
2   "name": "Booming",
3   "version": "1.1.0",
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.1.0"
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   "ios": {
32     "source_files": "Booming.h"
33   },
34   "subspecs": [
35     {
36       "name": "Core",
37       "source_files": "Booming/*.swift",
38       "dependencies": {
39         "Moya": [
41         ]
42       },
43       "frameworks": "Foundation"
44     },
45     {
46       "name": "Plugins",
47       "source_files": [
48         "Plugins/Features/*.swift",
49         "Plugins/Views/*.swift"
50       ],
51       "dependencies": {
52         "Booming/Core": [
54         ]
55       },
56       "pod_target_xcconfig": {
57         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "BOOMING_PLUGINGS_FEATURES",
58         "GCC_PREPROCESSOR_DEFINITIONS": "BOOMING_PLUGINGS_FEATURES=1"
59       }
60     }
61   ],
62   "swift_version": "5.0"