blob: 11643317dd5932da4c83dea0c0015ab1710f2e2c [file] [log] [blame]
{
"name": "VISPER-Presenter",
"version": "3.0.0",
"summary": "Presenter layer of the VISPER Application Framework",
"description": "Implementation of the presenter layer of the VISPER Application Framework.\n(VISPER is a framework for building component based apps with the viper architecture).",
"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-Presenter-3.0.0"
},
"social_media_url": "https://twitter.com/janbartel",
"platforms": {
"ios": "8.0"
},
"source_files": "VISPER-Presenter/Classes/**/*",
"dependencies": {
"VISPER-Core": [
"~> 3.0.0"
]
}
}