blob: a1602b1da36a01d5659b838ef8e5620365c927b1 [file] [log] [blame]
{
"name": "JSRootNavigationController",
"version": "2.0.0",
"summary": "一个简便易用的自定义 NavigationController 框架。",
"description": "一个简便易用的自定义 NavigationController 框架,使每个 ViewController 独立的维护各自的 NavigationBar。",
"homepage": "https://github.com/spirit-jsb/JSRootNavigationController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"spirit-jsb": "sibo_jian_29903549@163.com"
},
"swift_versions": "5.0",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/spirit-jsb/JSRootNavigationController.git",
"tag": "2.0.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/",
"frameworks": [
"UIKit",
"Foundation"
]
}
],
"swift_version": "5.0"
}