blob: 628aa8542c37a6516a62a1915dd336fdfaaf15c4 [file] [log] [blame]
{
"name": "VISPER",
"version": "0.1.32",
"summary": "A iOS library to support the VIPER architecture in iOS-Apps",
"description": "A iOS library to support the VIPER architecture in iOS-Apps.\n\nContains some base classes to design VIPER based iOS-Apps.\nThe framework includes a basic class for viewcontrollers, presenters, interactors and a wireframe",
"homepage": "https://github.com/barteljan/VISPER",
"license": "MIT",
"authors": {
"Jan Bartel": "barteljan@yahoo.de"
},
"source": {
"git": "https://github.com/barteljan/VISPER.git",
"tag": "0.1.32"
},
"social_media_url": "https://twitter.com/janbartel",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"VISPER": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"JLRoutes": [
"~> 1.5.2"
]
}
}