blob: 644d37f2c09ece5aa8f62414dbaa9aa3a7ac5b99 [file] [log] [blame]
{
"name": "VISPER-Redux",
"version": "4.0.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-4.0.1"
},
"social_media_url": "https://twitter.com/barteljan",
"platforms": {
"ios": "8.0"
},
"swift_versions": "4.2",
"dependencies": {
"VISPER-Core": [
"~> 4.0.0"
],
"VISPER-Reactive": [
"~> 4.0.0"
]
},
"source_files": "VISPER-Redux/Classes/*.swift",
"swift_version": "4.2"
}