blob: db43cd5566fc0c939ec1ada88d74dfb9390f3fd1 [file] [log] [blame]
{
"name": "TBSNavigationController",
"version": "0.1.0",
"summary": "自定义navigationController",
"description": "项目ViewController基类ViewDidLoad中执行reloadNavigationBar和removeNavigationBar创建和删除一个自定义的NavigationBar",
"homepage": "https://github.com/fupenghua/TBSNavigationController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fupenghua": "390908980@qq.com"
},
"source": {
"git": "https://github.com/fupenghua/TBSNavigationController.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TBSNavigationController/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
]
}