blob: d8fd7b22eff8ca41737ab197bd75770b79a793f6 [file] [log] [blame]
{
"name": "VISPER-Swift",
"version": "2.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-2.2.1"
},
"social_media_url": "https://twitter.com/janbartel",
"platforms": {
"ios": "8.0"
},
"dependencies": {
"VISPER-Wireframe": [
"~> 2.1.0"
],
"VISPER-Redux": [
"~> 2.2.0"
]
},
"source_files": "VISPER-Swift/Classes/*.swift"
}