blob: 6842d2cf7e777726097c4c15c34d676e92e34e1e [file] [log] [blame]
{
"name": "ViperArch",
"version": "1.0.0",
"summary": "Foundation library for Viper Architecture by ideil. Ported to Swift from ViperMcFlurry by Rambler",
"homepage": "https://www.ideil.com/",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Eduard Pelesh": "e.pelesh@ideil.com",
"Natali Polovnikova": "n.polovnikova@ideil.com"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/ideil/ios-viper-arch.git",
"tag": "1.0.0"
},
"source_files": [
"Source/*.swift",
"ViperArch/*.{h,m}",
"ViperArchTV/*.{h,m}"
],
"module_name": "ViperArch",
"ios": {
"exclude_files": "ViperArchTV/**/*.{h,m,swift}"
},
"tvos": {
"exclude_files": "ViperArch/**/*.{h,m,swift}"
},
"pushed_with_swift_version": "4.0"
}