Latest | 0.1.4 |
---|---|
Homepage | https://github.com/wade0n/DKNavbarBackButton |
License | MIT |
Platforms | ios 7.0, requires ARC |
Authors |
It’s take less time to make model navigation bar back button.
Latest podspec
{ "name": "DKNavbarBackButton", "version": "0.1.4", "summary": "iOS modal back button, that looks like standart navbar back button, but can be added in navbar/toolBar, without nav controller.", "homepage": "https://github.com/wade0n/DKNavbarBackButton", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Dmitrii Kalashnikov": "[email protected]" }, "source": { "git": "https://github.com/wade0n/DKNavbarBackButton.git", "tag": "0.1.4" }, "platforms": { "ios": "7.0" }, "requires_arc": true, "default_subspec": "core", "subspecs": [ { "name": "core", "requires_arc": true, "source_files": "core/source/*", "resources": "core/resources/*" }, { "name": "demo", "requires_arc": true, "source_files": "demo/source/*", "resources": "demo/resources/*", "preserve_paths": "CustomNavbarBackButton.xcodeproj", "dependencies": { "DKNavbarBackButton/core": [] } } ] }
Tue, 01 Mar 2016 03:26:03 +0000