[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 8 / 6 / c / RxNetworks / 0.2.6 / RxNetworks.podspec.json
blobe50efed69be7d4fce32b28e433fa2bfed8080b6d
2   "name": "RxNetworks",
3   "version": "0.2.6",
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.2.6"
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": "Cached",
69       "source_files": "Sources/Cached/*.swift"
70     },
71     {
72       "name": "MoyaPlugins",
73       "subspecs": [
74         {
75           "name": "Indicator",
76           "source_files": "Sources/MoyaPlugins/Indicator/*.swift",
77           "dependencies": {
78             "RxNetworks/MoyaNetwork": [
80             ]
81           },
82           "pod_target_xcconfig": {
83             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "RxNetworks_MoyaPlugins_Indicator",
84             "GCC_PREPROCESSOR_DEFINITIONS": "RxNetworks_MoyaPlugins_Indicator=1"
85           }
86         },
87         {
88           "name": "Debugging",
89           "source_files": "Sources/MoyaPlugins/Debugging/*.swift",
90           "dependencies": {
91             "RxNetworks/MoyaNetwork": [
93             ]
94           },
95           "pod_target_xcconfig": {
96             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "RxNetworks_MoyaPlugins_Debugging",
97             "GCC_PREPROCESSOR_DEFINITIONS": "RxNetworks_MoyaPlugins_Debugging=1"
98           }
99         },
100         {
101           "name": "Loading",
102           "source_files": "Sources/MoyaPlugins/Loading/*.swift",
103           "dependencies": {
104             "RxNetworks/MoyaNetwork": [
106             ],
107             "MBProgressHUD": [
109             ]
110           }
111         },
112         {
113           "name": "Warning",
114           "source_files": "Sources/MoyaPlugins/Warning/*.swift",
115           "dependencies": {
116             "RxNetworks/MoyaNetwork": [
118             ],
119             "Toast-Swift": [
121             ]
122           }
123         },
124         {
125           "name": "Cache",
126           "source_files": "Sources/MoyaPlugins/Cache/*.swift",
127           "dependencies": {
128             "RxNetworks/MoyaNetwork": [
130             ],
131             "RxNetworks/Cached": [
133             ]
134           }
135         },
136         {
137           "name": "GZip",
138           "source_files": "Sources/MoyaPlugins/GZip/*.swift",
139           "dependencies": {
140             "RxNetworks/MoyaNetwork": [
142             ]
143           }
144         }
145       ]
146     }
147   ],
148   "swift_version": "5.0"