[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / 2 / 8 / FoundryCore / 0.0.2 / FoundryCore.podspec.json
blob36b28275c9892bc89f57b454f462b656e450c63a
2   "name": "FoundryCore",
3   "version": "0.0.2",
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.2"
17   },
18   "platforms": {
19     "ios": "11.4"
20   },
21   "swift_versions": "4.2",
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": "Emptyable",
41       "source_files": "FoundryCore/Emptyable/**/*"
42     },
43     {
44       "name": "EnumMap",
45       "source_files": "FoundryCore/EnumMap/**/*"
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": "ResponderAlerting",
65       "source_files": "FoundryCore/ResponderAlerting/**/*"
66     },
67     {
68       "name": "Result",
69       "source_files": "FoundryCore/Result/**/*"
70     },
71     {
72       "name": "Reusable",
73       "source_files": "FoundryCore/Reusable/**/*"
74     },
75     {
76       "name": "Stackable",
77       "source_files": "FoundryCore/Stackable/**/*",
78       "dependencies": {
79         "FoundryCore/ChildControllers": [
81         ],
82         "FoundryCore/ControlContainable": [
84         ],
85         "FoundryCore/Extensions": [
87         ]
88       }
89     }
90   ]