[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 8 / 6 / c / RxNetworks / 0.4.0 / RxNetworks.podspec.json
blobcb951b83602da02194dcdbd4f606ffaf08213673
2   "name": "RxNetworks",
3   "version": "0.4.0",
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": "yangkj310@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/yangKJ/RxNetworks.git",
16     "tag": "0.4.0"
17   },
18   "social_media_url": "https://juejin.cn/user/1987535102554472/posts",
19   "platforms": {
20     "ios": "11.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   "default_subspecs": "MoyaNetwork",
30   "pod_target_xcconfig": {
31     "SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES",
32     "OTHER_SWIFT_FLAGS[config=Debug]": "-D DEBUG"
33   },
34   "subspecs": [
35     {
36       "name": "MoyaNetwork",
37       "source_files": "Sources/MoyaNetwork/*.swift",
38       "dependencies": {
39         "Moya": [
41         ]
42       }
43     },
44     {
45       "name": "RxSwift",
46       "source_files": "Sources/RxSwift/*.swift",
47       "dependencies": {
48         "RxSwift": [
50         ],
51         "RxNetworks/MoyaNetwork": [
53         ]
54       }
55     },
56     {
57       "name": "HandyJSON",
58       "source_files": "Sources/HandyJSON/*.swift",
59       "dependencies": {
60         "HandyJSON": [
62         ],
63         "RxSwift": [
65         ]
66       }
67     },
68     {
69       "name": "MoyaPlugins",
70       "subspecs": [
71         {
72           "name": "Indicator",
73           "source_files": "Sources/MoyaPlugins/Indicator/*.swift",
74           "dependencies": {
75             "RxNetworks/MoyaNetwork": [
77             ]
78           },
79           "pod_target_xcconfig": {
80             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "RxNetworks_MoyaPlugins_Indicator",
81             "GCC_PREPROCESSOR_DEFINITIONS": "RxNetworks_MoyaPlugins_Indicator=1"
82           }
83         },
84         {
85           "name": "Debugging",
86           "source_files": "Sources/MoyaPlugins/Debugging/*.swift",
87           "dependencies": {
88             "RxNetworks/MoyaNetwork": [
90             ]
91           },
92           "pod_target_xcconfig": {
93             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "RxNetworks_MoyaPlugins_Debugging",
94             "GCC_PREPROCESSOR_DEFINITIONS": "RxNetworks_MoyaPlugins_Debugging=1"
95           }
96         },
97         {
98           "name": "Loading",
99           "source_files": "Sources/MoyaPlugins/Loading/*.swift",
100           "dependencies": {
101             "RxNetworks/MoyaNetwork": [
103             ],
104             "MBProgressHUD": [
106             ]
107           }
108         },
109         {
110           "name": "AnimatedLoading",
111           "source_files": "Sources/MoyaPlugins/AnimatedLoading/*.swift",
112           "dependencies": {
113             "RxNetworks/MoyaNetwork": [
115             ],
116             "lottie-ios": [
118             ]
119           }
120         },
121         {
122           "name": "Warning",
123           "source_files": "Sources/MoyaPlugins/Warning/*.swift",
124           "dependencies": {
125             "RxNetworks/MoyaNetwork": [
127             ],
128             "Toast-Swift": [
130             ]
131           }
132         },
133         {
134           "name": "Cache",
135           "source_files": "Sources/MoyaPlugins/Cache/*.swift",
136           "dependencies": {
137             "RxNetworks/MoyaNetwork": [
139             ],
140             "Lemons": [
142             ]
143           }
144         },
145         {
146           "name": "GZip",
147           "source_files": "Sources/MoyaPlugins/GZip/*.swift",
148           "dependencies": {
149             "RxNetworks/MoyaNetwork": [
151             ]
152           }
153         }
154       ]
155     }
156   ],
157   "swift_version": "5.0"