blob: d6fb998b215c43738bdefd357724af6dd41159d8 [file] [log] [blame]
{
"name": "VISPER-Swift",
"version": "2.0.0",
"summary": "VISPER is a framework for building component based apps with the viper architecture",
"description": "VISPER 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-Swift-2.0.0"
},
"social_media_url": "https://twitter.com/janbartel",
"platforms": {
"ios": "8.0"
},
"dependencies": {
"VISPER-Wireframe": [
"~> 2.0.0"
],
"VISPER-Redux": [
"~> 2.0.0"
]
},
"source_files": "VISPER-Swift/Classes/*.swift",
"pushed_with_swift_version": "4.0"
}