[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / d / 4 / Espresso / 3.0.1 / Espresso.podspec.json
blob98877d1cb6d5e099e92e32d1ec57f04eb3f9cb95
2   "name": "Espresso",
3   "version": "3.0.1",
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.1"
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       }
56     },
57     {
58       "name": "UI-UIKit",
59       "source_files": "Espresso/Classes/UI/UIKit/**/*",
60       "dependencies": {
61         "Espresso/UI-Core": [
63         ],
64         "SnapKit": [
65           "~> 5.0"
66         ]
67       }
68     },
69     {
70       "name": "UI-SwiftUI",
71       "source_files": "Espresso/Classes/UI/SwiftUI/**/*",
72       "dependencies": {
73         "Espresso/UI-UIKit": [
75         ]
76       }
77     },
78     {
79       "name": "PromiseKit",
80       "source_files": "Espresso/Classes/PromiseKit/**/*",
81       "dependencies": {
82         "Espresso/Core": [
84         ],
85         "PromiseKit": [
86           "~> 6.0"
87         ]
88       }
89     },
90     {
91       "name": "UIKit",
92       "dependencies": {
93         "Espresso/Core": [
95         ],
96         "Espresso/UI-UIKit": [
98         ]
99       }
100     },
101     {
102       "name": "SwiftUI",
103       "dependencies": {
104         "Espresso/Core": [
106         ],
107         "Espresso/UI-SwiftUI": [
109         ]
110       }
111     },
112     {
113       "name": "All",
114       "dependencies": {
115         "Espresso/Core": [
117         ],
118         "Espresso/UI": [
120         ],
121         "Espresso/PromiseKit": [
123         ]
124       }
125     },
126     {
127       "name": "Recipe-Modern-UIKit",
128       "dependencies": {
129         "Espresso/UI-UIKit": [
131         ],
132         "Espresso/PromiseKit": [
134         ],
135         "Spider-Web/All": [
136           "~> 2.0"
137         ],
138         "Director/All": [
139           "~> 1.0"
140         ],
141         "Swinject": [
142           "~> 2.0"
143         ]
144       }
145     }
146   ],
147   "swift_version": "5"