blob: 7152f49f422a2984193cbf46da1dedc56fc17d74 [file] [log] [blame]
{
"name": "BaseController",
"version": "0.0.2",
"summary": "基础控制器",
"description": "中间件基础控制器",
"homepage": "https://github.com/kjxBoy/BaseViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kjxBoy": "kang.jiaxing@xcar.com.cn"
},
"source": {
"git": "https://github.com/kjxBoy/BaseViewController.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "BaseController/Classes/**/*",
"dependencies": {
"MGJRouter": [
],
"CTMediator": [
]
}
}