[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / d / 6 / 8 / ByvModalNav / 1.0.0 / ByvModalNav.podspec.json
blob8b5a73f4e66c97c5b0387642757aaaad495927de
2   "name": "ByvModalNav",
3   "version": "1.0.0",
4   "summary": "UINavigationController with auto close button",
5   "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",
6   "homepage": "https://github.com/byvapps/ByvModalNav",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Adrian": "adrian@byvapps.com"
13   },
14   "source": {
15     "git": "https://github.com/byvapps/ByvModalNav.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ByvModalNav/Classes/**/*",
22   "pushed_with_swift_version": "3.0"