[Add] RegulaCommonNightly 7.5.938
[CocoaPods.git] / Specs / 8 / d / 4 / Espresso / 2.3.0 / Espresso.podspec.json
blob2d32893bd60225eb8746ba5ba24e951fec5ca509
2   "name": "Espresso",
3   "version": "2.3.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": "2.3.0"
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   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Espresso/Classes/Core/**/*",
28       "dependencies": {
29         "SnapKit": [
30           "~> 5.0"
31         ]
32       }
33     },
34     {
35       "name": "DI",
36       "dependencies": {
37         "Espresso/Core": [
39         ],
40         "Swinject": [
41           "~> 2.7"
42         ]
43       }
44     },
45     {
46       "name": "Mvvm",
47       "source_files": "Espresso/Classes/Mvvm/**/*",
48       "dependencies": {
49         "Espresso/Core": [
51         ]
52       }
53     },
54     {
55       "name": "RxMvvm",
56       "source_files": "Espresso/Classes/RxMvvm/**/*",
57       "dependencies": {
58         "Espresso/Mvvm": [
60         ],
61         "RxSwift": [
62           "~> 5.0"
63         ],
64         "RxCocoa": [
65           "~> 5.0"
66         ]
67       }
68     },
69     {
70       "name": "All",
71       "dependencies": {
72         "Espresso/Core": [
74         ],
75         "Espresso/DI": [
77         ],
78         "Espresso/Mvvm": [
80         ],
81         "Espresso/RxMvvm": [
83         ]
84       }
85     }
86   ],
87   "swift_version": "5"