blob: 0ae9029f7cf4d99f782b619110e7375e72143028 [file] [log] [blame]
{
"name": "VISPER-Redux",
"version": "3.0.3",
"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.0.3"
},
"social_media_url": "https://twitter.com/barteljan",
"platforms": {
"ios": "8.0"
},
"dependencies": {
"VISPER-Core": [
"~> 3.0.0"
],
"VISPER-Reactive": [
"~> 3.0.0"
]
},
"source_files": "VISPER-Redux/Classes/*.swift"
}