blob: 12a50be4b9edc8deb3964728c6c7e0a20cf94039 [file] [log] [blame]
{
"name": "CVNavigationController",
"version": "1.0.0",
"summary": "CVNavigationController",
"swift_version": "4.2",
"description": "简易封装NavController,可设置标准的left,right,title, 也可设置多items,自定义titleView,为items设置space等",
"homepage": "https://github.com/weixhe/CVNavigationController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"weixhe": "workerwei@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/weixhe/CVNavigationController.git",
"tag": "1.0.0"
},
"source_files": "CVNavigationController/Classes/*.{swift, bundle}",
"requires_arc": true
}