blob: ce1651383e1c7b9253f4225150a963d5edbea39f [file] [log] [blame]
{
"name": "FDFullscreenPopGesture",
"version": "1.1",
"summary": "An UINavigationController's category to enable fullscreen pop gesture in iOS7+ system style with an AOP useage.",
"description": "An UINavigationController's category to enable fullscreen pop gesture in iOS7+ system style with an AOP useage. Just pod in 2 files and no need for any setups.",
"homepage": "https://github.com/forkingdog/FDFullscreenPopGesture",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"forkingdog group": "https://github.com/forkingdog"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/forkingdog/FDFullscreenPopGesture.git",
"tag": "1.1"
},
"source_files": "FDFullscreenPopGesture/*.{h,m}",
"requires_arc": true
}