blob: b5a09c532b6f40dbd5c2ad324b51dce8058a7a6b [file] [log] [blame]
{
"name": "VISPER",
"version": "2.0.4",
"summary": "A library to support building component based apps with the VIPER architecture.",
"description": "A iOS library to support building component based apps with the VIPER architecture\n\nContains some base classes to design VIPER based iOS-Apps.\nThe framework includes a basic class for viewcontrollers, presenters, a redux implementation for the interactor layer, a wireframe, etc ...",
"homepage": "https://github.com/barteljan/VISPER",
"license": "MIT",
"authors": {
"Jan Bartel": "barteljan@yahoo.de"
},
"source": {
"git": "https://github.com/barteljan/VISPER.git",
"tag": "VISPER-2.0.4"
},
"social_media_url": "https://twitter.com/janbartel",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": "UIKit",
"dependencies": {
"VISPER-Core": [
"~> 2.0.0"
],
"VISPER-Objc": [
"~> 2.0.0"
],
"VISPER-Swift": [
"~> 2.0.0"
],
"VISPER-Presenter": [
"~> 2.0.0"
],
"VISPER-Wireframe": [
"~> 2.0.0"
]
},
"default_subspecs": "Standard",
"pushed_with_swift_version": "4.0",
"subspecs": [
{
"name": "Standard",
"source_files": [
"VISPER/Classes/Bridge/**/*",
"VISPER/Classes/Deprecated/**/*"
],
"public_header_files": "VISPER/Classes/**/*.h",
"dependencies": {
"VISPER-CommandBus": [
]
}
},
{
"name": "NoDeprecated",
"source_files": "VISPER/Classes/Bridge/**/*"
}
]
}