blob: 3925537223bff80f288ecff2a0bde544d48012a1 [file] [log] [blame]
{
"name": "DNTLnavBarHud",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "DNTLnavBarHud/Classes/**/*",
"resource_bundles": {
"DNTLnavBarHud": [
"DNTLnavBarHud/Classes/*.xib"
]
}
}