blob: dcadf726092d302f11edaa2f00e8457b26c5f4a0 [file] [log] [blame]
{
"name": "JSRootNavigationController",
"version": "1.2.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": "1.2.0"
},
"source_files": "Sources/**/*.swift",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
]
}