blob: 76b99f16cf188cab52441cf8287281fa8599d311 [file] [log] [blame]
{
"name": "AHKNavigationController",
"version": "1.2",
"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.2"
},
"source_files": "Classes",
"public_header_files": "Classes/*.h",
"requires_arc": true
}