blob: 7d60408b359fda38c41c289a7c82081b30e5e1c9 [file] [log] [blame]
{
"name": "ByvModalNav",
"version": "1.0.2",
"summary": "UINavigationController with auto close button",
"description": "With this UINavigationController It's developed to quickly show modal views with close button.\nIf onlyInRoot:Bool = true (default) the close button is added as leftBarButtonItem only in the root view controller. To dismiss the view you must need to back to the root view on the navigation controller\nIf onlyInRoot:Bool = false the close button is added as rightBarButtonItem in all view controllers. The modal navigation can be dismiss in any view controller",
"homepage": "https://github.com/byvapps/ByvModalNav",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Adrian": "adrian@byvapps.com"
},
"source": {
"git": "https://github.com/byvapps/ByvModalNav.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"source_files": "ByvModalNav/Classes/**/*",
"pushed_with_swift_version": "4.0"
}