[Add] TPNiOS 6.4.35
[CocoaPods.git] / Specs / 3 / 2 / 8 / ViperMcFlurryX_Swift / 3.0.0 / ViperMcFlurryX_Swift.podspec.json
blob6849ae46eeed4efe2f1b8f345c2dbc9fbf960ef9
2   "name": "ViperMcFlurryX_Swift",
3   "module_name": "ViperMcFlurryX_Swift",
4   "version": "3.0.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.0.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   ],
25   "requires_arc": true,
26   "static_framework": true,
27   "default_subspecs": "Core",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "Source/ViperMcFlurry_Swift/**/*.{Swift}",
32       "dependencies": {
33         "ViperMcFlurryX": [
34           ">= 3.0.0"
35         ]
36       }
37     },
38     {
39       "name": "EmbeddableModule",
40       "source_files": "Source/EmbeddableModule/**/*.{Swift}",
41       "dependencies": {
42         "ViperMcFlurryX_Swift/Core": [
44         ]
45       }
46     }
47   ],
48   "swift_version": "5.2"