blob: 57e25ed871b63bc7d912c0a1d438b0641eb38872 [file] [log] [blame]
{
"name": "VISPER-Entity",
"version": "0.2.0",
"summary": "VISPER-Entity is the implementation of the entity layer in VISPER",
"description": "VISPER-Entity is the implementation of the entity layer in VISPER. (VISPER is a framework for building component based apps with the viper architecture in swift.)",
"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-Entity-0.2.0"
},
"social_media_url": "https://twitter.com/barteljan",
"platforms": {
"ios": "8.0"
},
"dependencies": {
"VISPER-Core": [
"~> 2.0.0"
],
"VISPER-Reactive": [
"~> 2.0.0"
]
},
"source_files": "VISPER-Entity/Classes/*.swift"
}