[Add] RegulaCommonNightly 7.5.938
[CocoaPods.git] / Specs / 8 / d / 4 / Espresso / 2.2.3 / Espresso.podspec.json
blob89d96fac50b862992d9ff3375d03c26b213e21ca
2   "name": "Espresso",
3   "version": "2.2.3",
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.3"
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       "dependencies": {
41         "Espresso/Core": [
43         ],
44         "Director/DI": [
45           "~> 1.0.0"
46         ],
47         "Swinject": [
48           "~> 2.7.0"
49         ]
50       }
51     },
52     {
53       "name": "Mvvm",
54       "source_files": "Espresso/Classes/Mvvm/**/*",
55       "dependencies": {
56         "Espresso/Core": [
58         ]
59       }
60     },
61     {
62       "name": "RxMvvm",
63       "source_files": "Espresso/Classes/RxMvvm/**/*",
64       "dependencies": {
65         "Espresso/Mvvm": [
67         ],
68         "RxSwift": [
69           "~> 5.0.0"
70         ],
71         "RxCocoa": [
72           "~> 5.0.0"
73         ]
74       }
75     },
76     {
77       "name": "All",
78       "dependencies": {
79         "Espresso/Core": [
81         ],
82         "Espresso/DI": [
84         ],
85         "Espresso/Mvvm": [
87         ],
88         "Espresso/RxMvvm": [
90         ]
91       }
92     }
93   ]