blob: 1d815201cffa727c44cc22fd1247bb8fb550931f [file] [log] [blame]
{
"name": "VISPER-Swift",
"version": "3.2.1",
"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.1"
},
"social_media_url": "https://twitter.com/janbartel",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.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"
}