[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / 2 / 8 / ViperMcFlurryX_Swift / 3.2.6 / ViperMcFlurryX_Swift.podspec.json
blob75d719badc4f846ef50a0a1398936c2c8424ee25
2   "name": "ViperMcFlurryX_Swift",
3   "module_name": "ViperMcFlurryX_Swift",
4   "version": "3.2.6",
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.2.6"
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   ],
26   "requires_arc": true,
27   "static_framework": true,
28   "default_subspecs": "Core",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "Source/ViperMcFlurry_Swift/**/*.{Swift}",
33       "dependencies": {
34         "ViperMcFlurryX": [
35           ">= 3.2.4"
36         ]
37       }
38     },
39     {
40       "name": "EmbeddableModule",
41       "source_files": "Source/EmbeddableModule/**/*.{Swift}",
42       "dependencies": {
43         "ViperMcFlurryX_Swift/Core": [
45         ]
46       }
47     }
48   ],
49   "swift_version": "5.3"