| { |
| "name": "StackViewController", |
| "version": "1.0.0", |
| "summary": "A UINavigationController like custom container view controller which provides fullscreen pan gesture support to POP and PUSH", |
| "homepage": "https://github.com/guojiubo/StackViewController", |
| "license": "MIT", |
| "authors": { |
| "guojiubo": "guojiubo@gmail.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/guojiubo/StackViewController.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": [ |
| "StackViewController", |
| "StackViewController/*.{swift}" |
| ], |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ] |
| } |