[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / d / 4 / Espresso / 3.0.0 / Espresso.podspec.json
bloba65c1569a278514146dfdc1df8c26b224d1a64b4
2   "name": "Espresso",
3   "version": "3.0.0",
4   "summary": "Swift convenience library for iOS.",
5   "description": "Espresso is a Swift convenience library for iOS.\nEverything is better with a little coffee.",
6   "homepage": "https://github.com/mitchtreece/Espresso",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mitch Treece": "mitchtreece@me.com"
13   },
14   "source": {
15     "git": "https://github.com/mitchtreece/Espresso.git",
16     "tag": "3.0.0"
17   },
18   "social_media_url": "https://twitter.com/mitchtreece",
19   "swift_versions": "5",
20   "platforms": {
21     "ios": "13.0"
22   },
23   "default_subspecs": "UIKit",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Espresso/Classes/Core/**/*",
28       "dependencies": {
29         "CombineExt": [
30           "~> 1.0"
31         ]
32       }
33     },
34     {
35       "name": "UI",
36       "dependencies": {
37         "Espresso/UI-Core": [
39         ],
40         "Espresso/UI-UIKit": [
42         ],
43         "Espresso/UI-SwiftUI": [
45         ]
46       }
47     },
48     {
49       "name": "UI-Core",
50       "source_files": "Espresso/Classes/UI/Core/**/*",
51       "dependencies": {
52         "Espresso/Core": [
54         ],
55         "SFSafeSymbols": [
57         ]
58       }
59     },
60     {
61       "name": "UI-UIKit",
62       "source_files": "Espresso/Classes/UI/UIKit/**/*",
63       "dependencies": {
64         "Espresso/UI-Core": [
66         ],
67         "SnapKit": [
68           "~> 5.0"
69         ]
70       }
71     },
72     {
73       "name": "UI-SwiftUI",
74       "source_files": "Espresso/Classes/UI/SwiftUI/**/*",
75       "dependencies": {
76         "Espresso/UI-UIKit": [
78         ]
79       }
80     },
81     {
82       "name": "PromiseKit",
83       "source_files": "Espresso/Classes/PromiseKit/**/*",
84       "dependencies": {
85         "Espresso/Core": [
87         ],
88         "PromiseKit": [
89           "~> 6.0"
90         ]
91       }
92     },
93     {
94       "name": "UIKit",
95       "dependencies": {
96         "Espresso/Core": [
98         ],
99         "Espresso/UI-UIKit": [
101         ]
102       }
103     },
104     {
105       "name": "SwiftUI",
106       "dependencies": {
107         "Espresso/Core": [
109         ],
110         "Espresso/UI-SwiftUI": [
112         ]
113       }
114     },
115     {
116       "name": "All",
117       "dependencies": {
118         "Espresso/Core": [
120         ],
121         "Espresso/UI": [
123         ],
124         "Espresso/PromiseKit": [
126         ]
127       }
128     },
129     {
130       "name": "Recipe-Modern-UIKit",
131       "dependencies": {
132         "Espresso/UI-UIKit": [
134         ],
135         "Espresso/PromiseKit": [
137         ],
138         "Spider-Web/All": [
139           "~> 2.0"
140         ],
141         "Director/All": [
142           "~> 1.0"
143         ],
144         "Swinject": [
145           "~> 2.0"
146         ]
147       }
148     }
149   ],
150   "swift_version": "5"