blob: 7bc6b1cbfdb7a7ded5cc18e556f3324a6b9db55d [file] [log] [blame]
{
"name": "AHKNavigationController",
"version": "0.1.1",
"summary": "Drop-in replacement for UINavigationController that allows interactive pop gesture while the navigation bar is hidden.",
"description": " Drop-in replacement for `UINavigationController` that allows interactive pop gesture while\n the navigation bar is hidden.\n",
"homepage": "http://holko.pl/ios/2014/04/06/interactive-pop-gesture/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Arkadiusz Holko": "arkadiusz@holko.pl",
"Chakrit Wichian": "service@chakrit.net"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/chakrit/AHKNavigationController.git",
"tag": "v0.1.1"
},
"source_files": [
"LICENSE",
"README.md",
"AHKNavigationController/AHKNavigationController.m",
"AHKNavigationController/AHKNavigationController.h"
],
"requires_arc": true
}