[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 0 / d / Booming / 1.0.5 / Booming.podspec.json
blob417eaacc0a519e481a218200e98f8ebcaaeb9966
2   "name": "Booming",
3   "version": "1.0.5",
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.5"
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       "subspecs": [
48         {
49           "name": "Features",
50           "source_files": "Plugins/Features/*.swift",
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           "name": "Views",
63           "ios": {
64             "source_files": "Plugins/Views/*.swift",
65             "pod_target_xcconfig": {
66               "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "BOOMING_PLUGINGS_VIEWS",
67               "GCC_PREPROCESSOR_DEFINITIONS": "BOOMING_PLUGINGS_VIEWS=1"
68             }
69           },
70           "dependencies": {
71             "Booming/Core": [
73             ]
74           }
75         },
76         {
77           "name": "Huds",
78           "ios": {
79             "source_files": "Plugins/Huds/*.swift",
80             "dependencies": {
81               "MBProgressHUD": [
83               ]
84             }
85           },
86           "dependencies": {
87             "Booming/Core": [
89             ]
90           }
91         }
92       ]
93     }
94   ],
95   "swift_version": "5.0"