blob: 2b162a5256552d5c699ab14406713d4e0756e68b [file] [log] [blame]
{
"name": "FPHNavigationController-swift",
"version": "1.0.0",
"summary": "swift版本自定义导航",
"description": "隐藏系统navigationBar,然后在每个controller添加一个navigationBar,内部适配了左按钮的左边距\n在AppDelegate中添加\n\n`private static let runOnce: Void = {\n ClassLoad.harmlessFunction()\n }()\n \n override open var next: UIResponder? {\n AppDelegate.runOnce\n return super.next\n }`",
"homepage": "https://github.com/fupenghua/FPHNavigationController-swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fupenghua": "390908980@qq.com"
},
"source": {
"git": "https://github.com/fupenghua/FPHNavigationController-swift.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source_files": "FPHNavigationController-swift/*.swift",
"swift_version": "5.0"
}