blob: b7324f8d0062c444ac0276cf9a94c765e3a5f3ae [file] [log] [blame]
{
"name": "VISPER-Redux",
"version": "3.1.1",
"summary": "VISPER-Redux is an implementation of the redux-architecture in swift.",
"description": "VISPER-Redux is an implementation of the redux-architecture in swift. It's a core function of the VISPER Application Framework for iOS-Apps. (VISPER is a framework for building component based apps with the viper architecture in swift.)",
"homepage": "https://github.com/barteljan/VISPER/blob/master/docs/README-VISPER-Redux.md",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jan Bartel": "barteljan@yahoo.de"
},
"source": {
"git": "https://github.com/barteljan/VISPER.git",
"tag": "VISPER-Redux-3.1.1"
},
"social_media_url": "https://twitter.com/barteljan",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"dependencies": {
"VISPER-Core": [
"~> 3.0.0"
],
"VISPER-Reactive": [
"~> 3.0.0"
]
},
"source_files": "VISPER-Redux/Classes/*.swift"
}