blob: 971b5a53041b3079f910b70406ad1b0f5e36d6be [file] [log] [blame]
{
"name": "VISPER-Objc",
"version": "2.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-2.1.0"
},
"social_media_url": "https://twitter.com/janbartel",
"platforms": {
"ios": "8.0"
},
"source_files": "VISPER-Objc/Classes/**/*",
"dependencies": {
"VISPER-Core": [
"~> 2.1.0"
],
"VISPER-Presenter": [
"~> 2.1.0"
]
}
}