blob: b20e25b11dd515afc4f27373f245e525288d8ec8 [file] [log] [blame]
{
"name": "DNTLnavBarHud",
"version": "0.1.0",
"summary": "Convenient Hud for UIViewController in UINavigationController stack.",
"description": "NavigationTitleHudDNTL present a special UI inside UINavigationItem (.titleView).\nMay used in cases when UIViewController presented via UINavigationController stack.\nThe appointment to show user status of a loading state and keep ability for other unterruptions.\nSeems like a toast view, but in the UINavigationController area.",
"homepage": "https://github.com/Budaiev/DNTLnavBarHud",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Budaiev": "budaiev@dnt-lab.com"
},
"source": {
"git": "https://github.com/Budaiev/DNTLnavBarHud.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "DNTLnavBarHud/Classes/**/*",
"resource_bundles": {
"DNTLnavBarHud": [
"DNTLnavBarHud/Classes/*.xib"
]
}
}