blob: bebcf9ad398195696eb0003a6b163593b1760373 [file] [log] [blame]
{
"name": "HidesNavigationBarWhenPushed",
"version": "1.0",
"summary": "A library, which adds the ability to hide navigation bar when view controller is pushed via hidesNavigationBarWhenPushed flag",
"homepage": "https://github.com/gontovnik/HidesNavigationBarWhenPushed",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Danil Gontovnik": "danil@gontovnik.com"
},
"source": {
"git": "https://github.com/gontovnik/HidesNavigationBarWhenPushed.git",
"tag": "1.0"
},
"source_files": "HidesNavigationBarWhenPushed/*.swift",
"platforms": {
"ios": "11.0"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"swift_version": "4.1"
}