blob: bf537d0c9b90052e1a4e7c373b4d2bbb7fa42301 [file] [log] [blame]
{
"name": "ViperMcFlurryX_Swift",
"module_name": "ViperMcFlurryX_Swift",
"version": "3.0.2",
"summary": "ViperMcFlurryX - Support for VIPER concept on iOS",
"homepage": "https://github.com/ladeiko/ViperMcFlurryX",
"license": "MIT",
"authors": {
"Siarhei Ladzeika": "sergey.ladeiko@gmail.com",
"Cheslau Bachko": "cheslau.bachko@gmail.com"
},
"source": {
"git": "https://github.com/ladeiko/ViperMcFlurryX.git",
"tag": "swift_3.0.2"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": [
"4.2",
"5.0",
"5.1",
"5.2"
],
"requires_arc": true,
"static_framework": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Source/ViperMcFlurry_Swift/**/*.{Swift}",
"dependencies": {
"ViperMcFlurryX": [
">= 3.0.0"
]
}
},
{
"name": "EmbeddableModule",
"source_files": "Source/EmbeddableModule/**/*.{Swift}",
"dependencies": {
"ViperMcFlurryX_Swift/Core": [
]
}
}
],
"swift_version": "5.2"
}