blob: 90bab43abbbfdf176b282abf14b6ec516ecf1a2d [file] [log] [blame]
{
"name": "VISPER-Swift",
"version": "4.0.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-4.0.1"
},
"social_media_url": "https://twitter.com/janbartel",
"platforms": {
"ios": "8.0"
},
"swift_versions": "4.2",
"dependencies": {
"VISPER-Core": [
"~> 4.0.0"
],
"VISPER-Objc": [
"~> 4.0.0"
],
"VISPER-Presenter": [
"~> 4.0.0"
],
"VISPER-Wireframe": [
"~> 4.0.0"
],
"VISPER-Redux": [
"~> 4.0.0"
],
"VISPER-Entity": [
"~> 4.0.0"
]
},
"source_files": "VISPER-Swift/Classes/**/*.swift",
"swift_version": "4.2"
}