| { |
| "name": "ViperMcFlurryX_Swift", |
| "module_name": "ViperMcFlurryX_Swift", |
| "version": "2.0.3", |
| "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_2.0.3" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "swift_versions": [ |
| "4.0", |
| "4.2", |
| "5.0", |
| "5.1" |
| ], |
| "requires_arc": true, |
| "static_framework": true, |
| "default_subspecs": "Core", |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "Source/ViperMcFlurry_Swift/**/*.{Swift}" |
| }, |
| { |
| "name": "EmbeddableModule", |
| "source_files": "Source/EmbeddableModule/**/*.{Swift}", |
| "dependencies": { |
| "ViperMcFlurryX_Swift/Core": [ |
| |
| ] |
| } |
| } |
| ], |
| "swift_version": "5.1" |
| } |