blob: a9d337a2ddb7e46a916165e31026b8623108bd24 [file] [log] [blame]
{
"name": "FKNavigationBar",
"version": "0.0.1",
"summary": "A custom navigation bar of UIViewController.",
"description": "为导航控制器下的每一个控制器添加一个自定义的导航栏, 重写了alpha和backgroundColor,\n \t\t 移除了模糊效果",
"homepage": "https://github.com/GorXion/UIViewController-NavigationBar",
"license": "MIT",
"authors": {
"GorXion": "gao497868860@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/GorXion/UIViewController-NavigationBar.git",
"tag": "0.0.1"
},
"source_files": "Source/*.swift",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"swift_version": "4.0"
}