blob: 70f1b019542370a67d7e30150960022963ab56c4 [file] [log] [blame]
{
"name": "ViperBase",
"version": "0.1.1",
"summary": "Base VIPER classes, samples and templates on Swift",
"description": "ViperBase will show you how to use VIPER architecture in practice and will simplify your work using good code samples and useful XCode templates",
"homepage": "https://github.com/zSOLz/viper-base",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrew Solovey": "sol.bsuir@gmail.com"
},
"source": {
"git": "https://github.com/zSOLz/viper-base.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ViperBase/ViperBase/**/*.swift",
"requires_arc": true,
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}