blob: 096fcd65e76cfd89a1e8a51034de44b569fe374a [file] [log] [blame]
{
"name": "ADNavigationBarExtension",
"version": "0.1.0",
"authors": "Fabernovel Technologies",
"homepage": "https://technologies.fabernovel.com/",
"summary": "ADNavigationBarExtension is a UI library written in Swift to show and hide an extension to your UINavigationBar",
"license": {
"type": "MIT",
"text": "Created and licensed by Fabernovel Technologies. Copyright 2014-2018 Fabernovel Technologies. All rights reserved."
},
"source": {
"git": "https://github.com/applidium/ADNavigationBarExtension.git",
"tag": "v0.1.0"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": [
"5.0",
"5.1"
],
"source_files": "NavigationBarExtension/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"ADUtils": [
"~> 10.1"
]
},
"swift_version": "5.1"
}