blob: 9babcdec4c524e0ed07996c3bfcd50658a302fc3 [file] [log] [blame]
{
"name": "VISPER-UIViewController",
"version": "2.1.1",
"summary": "Extends UIViewController with presenters which are notified on viewDidLoad, viewWillApperar, etc",
"description": "Extends UIViewController with presenters which are notified on viewDidLoad, viewWillApperar, etc ...",
"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.1.1"
},
"social_media_url": "https://twitter.com/janbartel",
"platforms": {
"ios": "8.0"
},
"source_files": "VISPER-UIViewController/Classes/**/*",
"dependencies": {
"VISPER-Objc": [
"~> 2.1.0"
],
"VISPER-Presenter": [
"~> 2.1.0"
]
}
}