| { |
| "name": "VISPER-UIViewController", |
| "version": "2.0.0", |
| "summary": "Extends UIViewController with presenters which are notified on viewDidLoad, viewWillApperar, etc", |
| "description": "Extends UIViewController with presenters which are notified on viewDidLoad, viewWillApperar ...", |
| "homepage": "https://github.com/barteljan/VISPER", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Jan Bartel": "barteljan@yahoo.de" |
| }, |
| "source": { |
| "git": "https://github.com/barteljan/VISPER.git", |
| "tag": "VISPER-UIViewController-2.0.0" |
| }, |
| "social_media_url": "https://twitter.com/janbartel", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "VISPER-UIViewController/Classes/**/*", |
| "dependencies": { |
| "VISPER-Objc": [ |
| "~> 2.0.0" |
| ], |
| "VISPER-Presenter": [ |
| "~> 2.0.0" |
| ] |
| }, |
| "pushed_with_swift_version": "4.0" |
| } |