[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 8 / 6 / c / RxNetworks / 0.0.2 / RxNetworks.podspec.json
blob9b1a786c158cac683a45065d63db84131d66dd4c
2   "name": "RxNetworks",
3   "version": "0.0.2",
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.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   "subspecs": [
26     {
27       "name": "MoyaNetwork",
28       "source_files": "Sources/MoyaNetwork/*.swift",
29       "dependencies": {
30         "RxSwift": [
32         ],
33         "Moya": [
35         ]
36       }
37     },
38     {
39       "name": "HandyJSON",
40       "source_files": "Sources/HandyJSON/*.swift",
41       "dependencies": {
42         "HandyJSON": [
44         ],
45         "RxSwift": [
47         ]
48       }
49     },
50     {
51       "name": "MoyaPlugins",
52       "subspecs": [
53         {
54           "name": "Indicator",
55           "source_files": "Sources/MoyaPlugins/Indicator/*.swift",
56           "dependencies": {
57             "RxNetworks/MoyaNetwork": [
59             ]
60           },
61           "pod_target_xcconfig": {
62             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "RxNetworks_MoyaPlugins_Indicator",
63             "GCC_PREPROCESSOR_DEFINITIONS": "RxNetworks_MoyaPlugins_Indicator=1"
64           }
65         },
66         {
67           "name": "Loading",
68           "source_files": "Sources/MoyaPlugins/Loading/*.swift",
69           "dependencies": {
70             "RxNetworks/MoyaNetwork": [
72             ],
73             "MBProgressHUD": [
75             ]
76           }
77         },
78         {
79           "name": "Warning",
80           "source_files": "Sources/MoyaPlugins/Warning/*.swift",
81           "dependencies": {
82             "RxNetworks/MoyaNetwork": [
84             ],
85             "MBProgressHUD": [
87             ]
88           }
89         },
90         {
91           "name": "Cache",
92           "source_files": "Sources/MoyaPlugins/Cache/*.swift",
93           "dependencies": {
94             "RxNetworks/MoyaNetwork": [
96             ],
97             "YYCache": [
99             ]
100           }
101         }
102       ]
103     }
104   ],
105   "swift_version": "5.0"