blob: 1491808ce24dd2078753f4043cbb115c4d78cd5e [file] [log] [blame]
{
"name": "VISPER-Swift",
"version": "3.1.2",
"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-3.1.2"
},
"social_media_url": "https://twitter.com/janbartel",
"platforms": {
"ios": "8.0"
},
"dependencies": {
"VISPER-Core": [
"~> 3.0.1"
],
"VISPER-Objc": [
"~> 3.0.0"
],
"VISPER-Presenter": [
"~> 3.0.0"
],
"VISPER-Wireframe": [
"~> 3.1.3"
],
"VISPER-Redux": [
"~> 3.0.3"
],
"VISPER-Entity": [
"~> 3.0.0"
]
},
"source_files": "VISPER-Swift/Classes/**/*.swift"
}