blob: d2d1fcd3aeb1eaa0b0e71bfceedfb4bc68aca43e [file] [log] [blame]
{
"name": "AHKNavigationController",
"version": "1.1",
"summary": "A UINavigationController subclass allowing the interactive pop gesture when the navigation bar is hidden or a custom back button is used.",
"homepage": "https://github.com/fastred/AHKNavigationController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Arkadiusz Holko": "fastred@fastred.org"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/fastred/AHKNavigationController.git",
"tag": "1.1"
},
"source_files": "Classes",
"public_header_files": "Classes/*.h",
"requires_arc": true
}