blob: cc5431fea0a4f40ea57b25871290830842d4ac08 [file] [log] [blame]
{
"name": "VISPER-Redux",
"version": "0.1.2",
"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",
"homepage": "https://github.com/barteljan/VISPER-Redux",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jan Bartel": "barteljan@yahoo.de"
},
"source": {
"git": "https://github.com/barteljan/VISPER-Redux.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/barteljan",
"platforms": {
"ios": "8.0"
},
"source_files": [
"VISPER-Redux/Classes/Reactive/*.swift",
"VISPER-Redux/Classes/Redux/*.swift"
],
"pushed_with_swift_version": "4.0"
}