[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / a / 2 / 8 / FoundryCore / 0.0.11 / FoundryCore.podspec.json
blob5625d7410459fd93d7406a410c59311b0cb31d5d
2   "name": "FoundryCore",
3   "version": "0.0.11",
4   "summary": "CleanFoundry’s swiss army knife of Swift utilities.",
5   "description": "FoundryCore is a toolbox of extensions and types that are frequently used in CleanFoundry projects.",
6   "homepage": "https://github.com/CleanFoundry/FoundryCore-iOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Connor Neville": "connor.neville16@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/CleanFoundry/FoundryCore-iOS.git",
16     "tag": "0.0.11"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "swift_versions": "5",
22   "subspecs": [
23     {
24       "name": "BuildVersion",
25       "source_files": "FoundryCore/BuildVersion/**/*"
26     },
27     {
28       "name": "ChildControllers",
29       "source_files": "FoundryCore/ChildControllers/**/*"
30     },
31     {
32       "name": "Circular",
33       "source_files": "FoundryCore/Circular/**/*"
34     },
35     {
36       "name": "ControlContainable",
37       "source_files": "FoundryCore/ControlContainable/**/*"
38     },
39     {
40       "name": "DropShadow",
41       "source_files": "FoundryCore/DropShadow/**/*"
42     },
43     {
44       "name": "Either",
45       "source_files": "FoundryCore/Either/**/*"
46     },
47     {
48       "name": "Emptyable",
49       "source_files": "FoundryCore/Emptyable/**/*"
50     },
51     {
52       "name": "Extensions",
53       "source_files": "FoundryCore/Extensions/**/*"
54     },
55     {
56       "name": "Gradient",
57       "source_files": "FoundryCore/Gradient/**/*"
58     },
59     {
60       "name": "Loading",
61       "source_files": "FoundryCore/Loading/**/*"
62     },
63     {
64       "name": "Logger",
65       "source_files": "FoundryCore/Logger/**/*"
66     },
67     {
68       "name": "Reusable",
69       "source_files": "FoundryCore/Reusable/**/*"
70     },
71     {
72       "name": "Stackable",
73       "source_files": "FoundryCore/Stackable/**/*",
74       "dependencies": {
75         "FoundryCore/ChildControllers": [
77         ],
78         "FoundryCore/ControlContainable": [
80         ],
81         "FoundryCore/Extensions": [
83         ]
84       }
85     }
86   ]