blob: 7a908d985d8f9fb3ad75e3a0c6733c908a93be53 [file] [log] [blame]
{
"name": "MTDNavigationView",
"version": "1.0.0",
"summary": "自定义导航栏",
"description": "自定义导航栏控制器,每个ViewController独立的导航栏View",
"homepage": "https://github.com/WessonWu/MTDNavigationController",
"license": {
"type": "MIT",
"text": " Copyright (c) 2019 WessonWu <wessonwu94@gmail.com>\n"
},
"authors": {
"wuweixin": "wessonwu94@gmail.com"
},
"source": {
"git": "https://github.com/WessonWu/MTDNavigationController.git",
"tag": "1.0.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "9.0"
},
"source_files": "MTDNavigationView/Classes/**/*",
"resource_bundles": {
"MTDNavigationView_Xcassets": [
"MTDNavigationView/Assets/*.xcassets"
]
},
"frameworks": "UIKit",
"swift_version": "5.0"
}