[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 9 / d / JWMediator / 0.1.5 / JWMediator.podspec.json
blob4cb5e0182aa910fe61757bdedac07d6cee9692a2
2   "name": "JWMediator",
3   "version": "0.1.5",
4   "summary": "简单路由",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://git.joywok.com/wuxy/JWMediator.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "shangshangqian8688": "wuxy@dogesoft.cn"
13   },
14   "source": {
15     "git": "https://git.joywok.com/wuxy/JWMediator.git",
16     "tag": "0.1.5"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "subspecs": [
22     {
23       "name": "Protocol",
24       "source_files": "JWMediatorSource/Classes/JWMediator/Protocol/*.h"
25     },
26     {
27       "name": "Controller",
28       "source_files": "JWMediatorSource/Classes/JWMediator/Controller/*"
29     },
30     {
31       "name": "Category",
32       "dependencies": {
33         "JWMediator/Controller": [
35         ]
36       },
37       "source_files": "JWMediatorSource/Classes/JWMediator/Category/*"
38     },
39     {
40       "name": "Mediator",
41       "dependencies": {
42         "JWMediator/Controller": [
44         ],
45         "JWMediator/Protocol": [
47         ],
48         "JWMediator/Category": [
50         ]
51       },
52       "source_files": "JWMediatorSource/Classes/JWMediator/Mediator/*"
53     }
54   ]