| { |
| "name": "UINavigationController+YHPopGesture", |
| "version": "1.0.0", |
| "summary": "A pop gesture in viewcontroller even if there is a horizontal scrollview.", |
| "homepage": "https://github.com/wyhazq/UINavigationController-YHPopGesture", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "devxoul": "wyhazq@foxmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/wyhazq/UINavigationController-YHPopGesture.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "UINavigationController+YHPopGesture", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ] |
| } |