| { |
| "name": "ZMBase", |
| "version": "0.1.0", |
| "summary": "A short description of ZMBase.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/miaozhang9/ZMBase", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "miaozhang9": "395052985@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/miaozhang9/ZMBase.git", |
| "branch": "master", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "ZMBase/Classes/**/*.swift", |
| "dependencies": { |
| "SnapKit": [ |
| "~> 3.2.0" |
| ], |
| "Then": [ |
| "~> 2.3.0" |
| ] |
| } |
| } |