blob: e1fee9b0e3ab9eb04ba44f5b5595081f92a26499 [file] [log] [blame]
{
"name": "VISPER-Wireframe",
"version": "3.1.4",
"summary": "Implementation of viper wireframe layer in the VISPER Application Framework",
"description": "Implementation of viper wireframe layer in the VISPER Application Framework.\nVISPER is a framework for building component based apps with the viper architecture in swift.",
"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-Wireframe-3.1.4"
},
"social_media_url": "https://twitter.com/janbartel",
"platforms": {
"ios": "8.0"
},
"source_files": "VISPER-Wireframe/Classes/**/*",
"dependencies": {
"VISPER-Core": [
"~> 3.0.1"
],
"VISPER-Objc": [
"~> 3.0.0"
],
"VISPER-Presenter": [
"~> 3.0.0"
],
"VISPER-UIViewController": [
"~> 3.0.0"
]
}
}