blob: 07941feeda96ddfcb465c6336e5967b6c6ebfcd2 [file] [log] [blame]
{
"name": "viper-base",
"module_name": "VIPERBase",
"version": "1.1.0",
"summary": "VIPER layers base implementation to be used with iOS projects",
"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.0",
"source": {
"git": "https://github.com/rafaelrsilva/viper-base-ios.git",
"tag": "1.1.0"
},
"source_files": "VIPERBase/**/*.{h,m,swift}"
}