[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / a / 2 / 8 / FoundryCore / 0.0.18 / FoundryCore.podspec.json
blob1d53f70ce59d2ff6221c3a630f52da0e67aff806
2   "name": "FoundryCore",
3   "version": "0.0.18",
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.18"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "swift_versions": "5",
22   "swift_version": "5",
23   "subspecs": [
24     {
25       "name": "ChildControllers",
26       "source_files": "FoundryCore/ChildControllers/**/*"
27     },
28     {
29       "name": "Circular",
30       "source_files": "FoundryCore/Circular/**/*"
31     },
32     {
33       "name": "ControlContainable",
34       "source_files": "FoundryCore/ControlContainable/**/*"
35     },
36     {
37       "name": "DropShadow",
38       "source_files": "FoundryCore/DropShadow/**/*"
39     },
40     {
41       "name": "Either",
42       "source_files": "FoundryCore/Either/**/*"
43     },
44     {
45       "name": "Emptyable",
46       "source_files": "FoundryCore/Emptyable/**/*"
47     },
48     {
49       "name": "Extensions",
50       "source_files": "FoundryCore/Extensions/**/*"
51     },
52     {
53       "name": "Gradient",
54       "source_files": "FoundryCore/Gradient/**/*"
55     },
56     {
57       "name": "Loading",
58       "source_files": "FoundryCore/Loading/**/*"
59     },
60     {
61       "name": "Logger",
62       "source_files": "FoundryCore/Logger/**/*"
63     },
64     {
65       "name": "Reusable",
66       "source_files": "FoundryCore/Reusable/**/*"
67     },
68     {
69       "name": "Stackable",
70       "source_files": "FoundryCore/Stackable/**/*"
71     },
72     {
73       "name": "Version",
74       "source_files": "FoundryCore/Version/**/*"
75     }
76   ]