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