[Add] YIM 2.0.15
[CocoaPods.git] / Specs / 8 / 6 / c / RxNetworks / 0.0.3 / RxNetworks.podspec.json
blobb3145fdb639933b8a1fde763e8f7336c7cd64cf2
2   "name": "RxNetworks",
3   "version": "0.0.3",
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.3"
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": "Loading",
72           "source_files": "Sources/MoyaPlugins/Loading/*.swift",
73           "dependencies": {
74             "RxNetworks/MoyaNetwork": [
76             ],
77             "MBProgressHUD": [
79             ]
80           }
81         },
82         {
83           "name": "Warning",
84           "source_files": "Sources/MoyaPlugins/Warning/*.swift",
85           "dependencies": {
86             "RxNetworks/MoyaNetwork": [
88             ],
89             "MBProgressHUD": [
91             ]
92           }
93         },
94         {
95           "name": "Cache",
96           "source_files": "Sources/MoyaPlugins/Cache/*.swift",
97           "dependencies": {
98             "RxNetworks/MoyaNetwork": [
100             ],
101             "YYCache": [
103             ]
104           }
105         }
106       ]
107     }
108   ],
109   "swift_version": "5.0"