blob: 94d9afab7d616828841ed184f1c507998ab9115d [file] [log] [blame]
{
"name": "VISPER-Swift",
"version": "3.2.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-3.2.0"
},
"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.1.0"
],
"VISPER-Entity": [
"~> 3.0.0"
]
},
"source_files": "VISPER-Swift/Classes/**/*.swift"
}