[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 2 / 8 / ViperMcFlurryX_Swift / 3.4.0 / ViperMcFlurryX_Swift.podspec.json
blob0d0cded6d0855feb865c3caea9a6dfedd15839a6
2   "name": "ViperMcFlurryX_Swift",
3   "module_name": "ViperMcFlurryX_Swift",
4   "version": "3.4.0",
5   "summary": "ViperMcFlurryX - Support for VIPER concept on iOS",
6   "homepage": "https://github.com/ladeiko/ViperMcFlurryX",
7   "license": "MIT",
8   "authors": {
9     "Siarhei Ladzeika": "sergey.ladeiko@gmail.com",
10     "Cheslau Bachko": "cheslau.bachko@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/ladeiko/ViperMcFlurryX.git",
14     "tag": "swift_3.4.0"
15   },
16   "platforms": {
17     "ios": "10.0"
18   },
19   "swift_versions": [
20     "4.2",
21     "5.0",
22     "5.1",
23     "5.2",
24     "5.3",
25     "5.5"
26   ],
27   "requires_arc": true,
28   "static_framework": true,
29   "default_subspecs": "Core",
30   "subspecs": [
31     {
32       "name": "Core",
33       "source_files": "Source/ViperMcFlurry_Swift/**/*.{Swift}",
34       "dependencies": {
35         "ViperMcFlurryX": [
36           ">= 3.2.8"
37         ]
38       }
39     },
40     {
41       "name": "EmbeddableModule",
42       "source_files": "Source/EmbeddableModule/**/*.{Swift}",
43       "dependencies": {
44         "ViperMcFlurryX_Swift/Core": [
46         ]
47       }
48     }
49   ],
50   "swift_version": "5.5"