blob: 9318d6b00695b41ea9a80900f834d864d24449dc [file] [log] [blame]
{
"name": "VISPER",
"version": "0.1.1",
"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\n Contains some Controller and Presenter Base Classes and a Wireframe implementation using JLRoutes\n",
"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.1"
},
"social_media_url": "https://twitter.com/janbartel",
"platforms": {
"ios": "7.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"
]
}
}