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