[Add] MapboxCommon 24.10.0-daily-2024-12-14-04-25
[CocoaPods.git] / Specs / 8 / 6 / c / RxNetworks / 0.0.5 / RxNetworks.podspec.json
blobbaa4ce5c34055c635f64a8f948c2fd71fa3cf353
2   "name": "RxNetworks",
3   "version": "0.0.5",
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.0.5"
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.swift"
28   },
29   "subspecs": [
30     {
31       "name": "MoyaNetwork",
32       "source_files": "Sources/MoyaNetwork/*.swift",
33       "dependencies": {
34         "RxSwift": [
36         ],
37         "Moya": [
39         ]
40       }
41     },
42     {
43       "name": "HandyJSON",
44       "source_files": "Sources/HandyJSON/*.swift",
45       "dependencies": {
46         "HandyJSON": [
48         ],
49         "RxSwift": [
51         ]
52       }
53     },
54     {
55       "name": "MoyaPlugins",
56       "subspecs": [
57         {
58           "name": "Indicator",
59           "source_files": "Sources/MoyaPlugins/Indicator/*.swift",
60           "dependencies": {
61             "RxNetworks/MoyaNetwork": [
63             ]
64           },
65           "pod_target_xcconfig": {
66             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "RxNetworks_MoyaPlugins_Indicator",
67             "GCC_PREPROCESSOR_DEFINITIONS": "RxNetworks_MoyaPlugins_Indicator=1"
68           }
69         },
70         {
71           "name": "Debugging",
72           "source_files": "Sources/MoyaPlugins/Debugging/*.swift",
73           "dependencies": {
74             "RxNetworks/MoyaNetwork": [
76             ]
77           },
78           "pod_target_xcconfig": {
79             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "RxNetworks_MoyaPlugins_Debugging",
80             "GCC_PREPROCESSOR_DEFINITIONS": "RxNetworks_MoyaPlugins_Debugging=1"
81           }
82         },
83         {
84           "name": "Loading",
85           "source_files": "Sources/MoyaPlugins/Loading/*.swift",
86           "dependencies": {
87             "RxNetworks/MoyaNetwork": [
89             ],
90             "MBProgressHUD": [
92             ]
93           }
94         },
95         {
96           "name": "Warning",
97           "source_files": "Sources/MoyaPlugins/Warning/*.swift",
98           "dependencies": {
99             "RxNetworks/MoyaNetwork": [
101             ],
102             "MBProgressHUD": [
104             ]
105           }
106         },
107         {
108           "name": "Cache",
109           "source_files": "Sources/MoyaPlugins/Cache/*.swift",
110           "dependencies": {
111             "RxNetworks/MoyaNetwork": [
113             ],
114             "YYCache": [
116             ]
117           }
118         }
119       ]
120     }
121   ],
122   "swift_version": "5.0"