blob: 6890da07ae93cbb7096b7de3c6dcf7bc0a43a43b [file] [log] [blame]
{
"name": "viper-base",
"module_name": "VIPERBase",
"version": "2.1.0",
"summary": "Implementation of VIPER architecture for using in iOS platform",
"homepage": "https://github.com/rafaelrsilva/viper-base-ios.git",
"license": "MIT",
"authors": {
"Rafael Ribeiro da Silva": "eu@rafaelrsilva.com"
},
"platforms": {
"ios": "11.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/rafaelrsilva/viper-base-ios.git",
"tag": "2.1.0"
},
"source_files": "VIPERBase/**/*.{h,m,swift}",
"testspecs": [
{
"name": "VIPERBaseTests",
"test_type": "unit",
"source_files": "VIPERBaseTests/**/*.{h,m,swift}"
}
]
}