blob: 8ee713f2fce23351d7eb1b5d2b64aa7a1ff94ba6 [file] [log] [blame]
{
"name": "ZHMediator",
"version": "0.1.0",
"summary": "Mediator For Modules to communicate without coupling 模块间解耦的中间件,包含了本地调用及远程URL调用两种模式",
"homepage": "https://github.com/xuzhenhao/ZHMediator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xuzhenhao": "632476744@qq.com"
},
"source": {
"git": "https://github.com/xuzhenhao/ZHMediator.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.2"
},
"source_files": "ZHMediator/Classes/**/*",
"public_header_files": "ZHMediator/Classes/ZHMediator.h",
"dependencies": {
"JLRoutes": [
"~> 2.1"
]
}
}