blob: fbf8aa5fedf2a3ac47bd5f59485c2a662e4ba2f3 [file] [log] [blame]
{
"name": "HoloTarget",
"version": "0.3.0",
"summary": "组件化页面跳转及路由方案.",
"description": "通过注册 protocol 与 viewcontroller 的键值对,根据 protocol 获取 VC 并调用协议方法然后 push;通过注册 url 与 viewcontroller 的键值对,根据 url 获取 VC 然后 push(将 url 中的参数取出作为 NSDicitionary 绑定给 VC).",
"homepage": "https://github.com/HoloFoundation/HoloTarget",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gonghonglou": "gonghonglou@icloud.com"
},
"source": {
"git": "https://github.com/HoloFoundation/HoloTarget.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HoloTarget/Classes/**/*",
"resource_bundles": {
"HoloTarget": [
"HoloTarget/Assets/*"
]
},
"dependencies": {
"YAML-Framework": [
]
}
}