| { |
| "name": "QKNavigationController", |
| "version": "0.1.0", |
| "summary": "A navigation controller that allows left swipe to push.", |
| "homepage": "https://github.com/qkzhu/QKNavigationController", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "qiankun": "lastencent@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/qkzhu/QKNavigationController.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "QKNavigationController/*.{h,m}", |
| "requires_arc": true, |
| "public_header_files": "QKNavigationController/QKNavigationController.h" |
| } |