[Add] MapboxCommon 24.10.0-daily-2024-12-14-04-25
[CocoaPods.git] / Specs / 8 / 6 / c / RxNetworks / 0.1.9 / RxNetworks.podspec.json
blobc7eb951636d2832651c81b6a931c25012a32b198
2   "name": "RxNetworks",
3   "version": "0.1.9",
4   "summary": "🧚 响应式插件网络架构 RxSwift + Moya + HandyJSON + Plugins.",
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": "ykj310@126.com"
13   },
14   "source": {
15     "git": "https://github.com/yangKJ/RxNetworks.git",
16     "tag": "0.1.9"
17   },
18   "social_media_url": "https://juejin.cn/user/1987535102554472/posts",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_versions": "5.0",
23   "requires_arc": true,
24   "static_framework": true,
25   "module_name": "RxNetworks",
26   "ios": {
27     "source_files": "Sources/RxNetworks.h"
28   },
29   "pod_target_xcconfig": {
30     "SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES",
31     "OTHER_SWIFT_FLAGS[config=Debug]": "-D DEBUG"
32   },
33   "subspecs": [
34     {
35       "name": "MoyaNetwork",
36       "source_files": "Sources/MoyaNetwork/*.swift",
37       "dependencies": {
38         "RxSwift": [
40         ],
41         "Moya": [
43         ]
44       }
45     },
46     {
47       "name": "HandyJSON",
48       "source_files": "Sources/HandyJSON/*.swift",
49       "dependencies": {
50         "HandyJSON": [
52         ],
53         "RxSwift": [
55         ]
56       }
57     },
58     {
59       "name": "MoyaPlugins",
60       "subspecs": [
61         {
62           "name": "Indicator",
63           "source_files": "Sources/MoyaPlugins/Indicator/*.swift",
64           "dependencies": {
65             "RxNetworks/MoyaNetwork": [
67             ]
68           },
69           "pod_target_xcconfig": {
70             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "RxNetworks_MoyaPlugins_Indicator",
71             "GCC_PREPROCESSOR_DEFINITIONS": "RxNetworks_MoyaPlugins_Indicator=1"
72           }
73         },
74         {
75           "name": "Debugging",
76           "source_files": "Sources/MoyaPlugins/Debugging/*.swift",
77           "dependencies": {
78             "RxNetworks/MoyaNetwork": [
80             ]
81           },
82           "pod_target_xcconfig": {
83             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "RxNetworks_MoyaPlugins_Debugging",
84             "GCC_PREPROCESSOR_DEFINITIONS": "RxNetworks_MoyaPlugins_Debugging=1"
85           }
86         },
87         {
88           "name": "Loading",
89           "source_files": "Sources/MoyaPlugins/Loading/*.swift",
90           "dependencies": {
91             "RxNetworks/MoyaNetwork": [
93             ],
94             "MBProgressHUD": [
96             ]
97           }
98         },
99         {
100           "name": "Warning",
101           "source_files": "Sources/MoyaPlugins/Warning/*.swift",
102           "dependencies": {
103             "RxNetworks/MoyaNetwork": [
105             ],
106             "Toast-Swift": [
108             ]
109           }
110         },
111         {
112           "name": "Cache",
113           "source_files": "Sources/MoyaPlugins/Cache/*.swift",
114           "dependencies": {
115             "RxNetworks/MoyaNetwork": [
117             ],
118             "YYCache": [
120             ]
121           }
122         },
123         {
124           "name": "GZip",
125           "source_files": "Sources/MoyaPlugins/GZip/*.swift",
126           "dependencies": {
127             "RxNetworks/MoyaNetwork": [
129             ]
130           }
131         }
132       ]
133     }
134   ],
135   "swift_version": "5.0"