| { |
| "name": "FullscreenPopGesture", |
| "version": "1.2.4", |
| "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": "MIT", |
| "authors": { |
| "Cobb": "huzhiyuan@onething.net" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/piaotairen/PopGesture.git", |
| "tag": "1.2.4" |
| }, |
| "source_files": [ |
| "PopGesture/PopGesture", |
| "PopGesture/PopGesture/**/*.{swift}" |
| ], |
| "exclude_files": "Classes/Exclude", |
| "frameworks": "UIKit", |
| "swift_version": "4.0" |
| } |