[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 1 / 8 / c / ZHMediator / 0.1.0 / ZHMediator.podspec.json
blob8ee713f2fce23351d7eb1b5d2b64aa7a1ff94ba6
2   "name": "ZHMediator",
3   "version": "0.1.0",
4   "summary": "Mediator For Modules to communicate without coupling 模块间解耦的中间件,包含了本地调用及远程URL调用两种模式",
5   "homepage": "https://github.com/xuzhenhao/ZHMediator",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "xuzhenhao": "632476744@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/xuzhenhao/ZHMediator.git",
15     "tag": "0.1.0"
16   },
17   "platforms": {
18     "ios": "8.2"
19   },
20   "source_files": "ZHMediator/Classes/**/*",
21   "public_header_files": "ZHMediator/Classes/ZHMediator.h",
22   "dependencies": {
23     "JLRoutes": [
24       "~> 2.1"
25     ]
26   }