[Add] RegulaCommonNightly 7.5.938
[CocoaPods.git] / Specs / 8 / d / 4 / Espresso / 2.2.1 / Espresso.podspec.json
blob0c6852c57c5c1e2aa53e222d38fd449ece5260ff
2   "name": "Espresso",
3   "version": "2.2.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": "2.2.1"
17   },
18   "social_media_url": "https://twitter.com/mitchtreece",
19   "swift_versions": "5",
20   "platforms": {
21     "ios": "11.0"
22   },
23   "default_subspecs": "Core",
24   "swift_version": "5",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Espresso/Classes/Core/**/*",
29       "dependencies": {
30         "Director": [
31           "~> 1.0.0"
32         ],
33         "SnapKit": [
34           "~> 5.0.0"
35         ]
36       }
37     },
38     {
39       "name": "DI",
40       "source_files": "Espresso/Classes/DI/**/*",
41       "dependencies": {
42         "Espresso/Core": [
44         ],
45         "Director/DI": [
46           "~> 1.0.0"
47         ],
48         "Swinject": [
49           "~> 2.6.0"
50         ]
51       }
52     },
53     {
54       "name": "Mvvm",
55       "source_files": "Espresso/Classes/Mvvm/**/*",
56       "dependencies": {
57         "Espresso/Core": [
59         ]
60       }
61     },
62     {
63       "name": "RxMvvm",
64       "source_files": "Espresso/Classes/RxMvvm/**/*",
65       "dependencies": {
66         "Espresso/Mvvm": [
68         ],
69         "RxSwift": [
70           "~> 5.0.0"
71         ],
72         "RxCocoa": [
73           "~> 5.0.0"
74         ]
75       }
76     },
77     {
78       "name": "All",
79       "dependencies": {
80         "Espresso/Core": [
82         ],
83         "Espresso/DI": [
85         ],
86         "Espresso/Mvvm": [
88         ],
89         "Espresso/RxMvvm": [
91         ]
92       }
93     }
94   ]