[Add] MapboxCommon 24.10.0-daily-2024-12-14-04-25
[CocoaPods.git] / Specs / 8 / 6 / c / RxNetworks / 0.2.2 / RxNetworks.podspec.json
blob94914cba63d3820b63c6747c293d801943644e68
2   "name": "RxNetworks",
3   "version": "0.2.2",
4   "summary": "Network Architecture API 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.2.2"
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         "Moya": [
40         ]
41       }
42     },
43     {
44       "name": "RxSwift",
45       "source_files": "Sources/RxSwift/*.swift",
46       "dependencies": {
47         "RxSwift": [
49         ],
50         "RxNetworks/MoyaNetwork": [
52         ]
53       }
54     },
55     {
56       "name": "HandyJSON",
57       "source_files": "Sources/HandyJSON/*.swift",
58       "dependencies": {
59         "HandyJSON": [
61         ],
62         "RxSwift": [
64         ]
65       }
66     },
67     {
68       "name": "MoyaPlugins",
69       "subspecs": [
70         {
71           "name": "Indicator",
72           "source_files": "Sources/MoyaPlugins/Indicator/*.swift",
73           "dependencies": {
74             "RxNetworks/MoyaNetwork": [
76             ]
77           },
78           "pod_target_xcconfig": {
79             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "RxNetworks_MoyaPlugins_Indicator",
80             "GCC_PREPROCESSOR_DEFINITIONS": "RxNetworks_MoyaPlugins_Indicator=1"
81           }
82         },
83         {
84           "name": "Debugging",
85           "source_files": "Sources/MoyaPlugins/Debugging/*.swift",
86           "dependencies": {
87             "RxNetworks/MoyaNetwork": [
89             ]
90           },
91           "pod_target_xcconfig": {
92             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "RxNetworks_MoyaPlugins_Debugging",
93             "GCC_PREPROCESSOR_DEFINITIONS": "RxNetworks_MoyaPlugins_Debugging=1"
94           }
95         },
96         {
97           "name": "Loading",
98           "source_files": "Sources/MoyaPlugins/Loading/*.swift",
99           "dependencies": {
100             "RxNetworks/MoyaNetwork": [
102             ],
103             "MBProgressHUD": [
105             ]
106           }
107         },
108         {
109           "name": "Warning",
110           "source_files": "Sources/MoyaPlugins/Warning/*.swift",
111           "dependencies": {
112             "RxNetworks/MoyaNetwork": [
114             ],
115             "Toast-Swift": [
117             ]
118           }
119         },
120         {
121           "name": "Cache",
122           "source_files": "Sources/MoyaPlugins/Cache/*.swift",
123           "dependencies": {
124             "RxNetworks/MoyaNetwork": [
126             ],
127             "YYCache": [
129             ]
130           }
131         },
132         {
133           "name": "GZip",
134           "source_files": "Sources/MoyaPlugins/GZip/*.swift",
135           "dependencies": {
136             "RxNetworks/MoyaNetwork": [
138             ]
139           }
140         }
141       ]
142     }
143   ],
144   "swift_version": "5.0"