blob: 379e51710cc8280b873b7e3888439bdada5401ab [file] [log] [blame]
{
"name": "VISPER-Objc",
"version": "3.1.0",
"summary": "Objc Wrapper of all public VISPER-Wireframe classes.",
"description": "Objc Wrapper of all public VISPER-Wireframe classes.\n(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-Objc-3.1.0"
},
"social_media_url": "https://twitter.com/janbartel",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"source_files": "VISPER-Objc/Classes/**/*",
"dependencies": {
"VISPER-Core": [
"~> 3.1.0"
],
"VISPER-Presenter": [
"~> 3.1.0"
]
}
}