blob: 91533ba1c706400b4797d90600e6baa9a5d3593a [file] [log] [blame]
{
"name": "VISPER-Wireframe",
"version": "3.2.1",
"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.2.1"
},
"social_media_url": "https://twitter.com/janbartel",
"platforms": {
"ios": "8.0"
},
"swift_versions": "4.0",
"source_files": "VISPER-Wireframe/Classes/**/*",
"dependencies": {
"VISPER-Core": [
"~> 3.1.0"
],
"VISPER-Objc": [
"~> 3.1.0"
],
"VISPER-Presenter": [
"~> 3.1.0"
],
"VISPER-UIViewController": [
"~> 3.1.0"
]
},
"swift_version": "4.0"
}