blob: 12473cd49e17b2f1d705d5fe85fc3c7788457696 [file] [log] [blame]
{
"name": "FullscreenPopGesture",
"version": "1.2.0",
"summary": "PopGesture for App which use a custom navigation bar.",
"description": "PopGesture for App which use a custom navigation bar. We want to use\ngesture to pop viewController, sometime we do not set navigation bar \nas system style. use PopGesture can solve your problems.",
"homepage": "https://github.com/piaotairen/PopGesture",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Cobb": "huzhiyuan@onething.net"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/piaotairen/PopGesture.git",
"tag": "1.2.0"
},
"source_files": [
"PopGesture/PopGesture",
"PopGesture/PopGesture/**/*.{swift}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "UIKit",
"swift_version": "4.0"
}