| { |
| "name": "PVDBaseMVC", |
| "version": "0.1.6", |
| "summary": "A set of base Models, ViewControllers, Views and other UI to use or inherit from", |
| "description": "A set of base Models, ViewControllers, Views and other UI to use or inherit from. Uses imperative UI creation approach (no storyboards)", |
| "homepage": "https://github.com/PopovVadim/PVDBaseMVC", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "PopovVadim": "podh2o@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/PopovVadim/PVDBaseMVC.git", |
| "tag": "0.1.6" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "PVDBaseMVC/Classes/**/*", |
| "dependencies": { |
| "PVDSwiftAddOns": [ |
| "~> 0.1.6" |
| ], |
| "SnapKit": [ |
| "~> 4.0.0" |
| ], |
| "SDWebImage": [ |
| "~> 4.0" |
| ] |
| }, |
| "pushed_with_swift_version": "4.0" |
| } |