[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / d / 4 / Espresso / 2.1.1 / Espresso.podspec.json
blob4c682753e2ffe2d13a0064a7f037e872f2ce4b31
2   "name": "Espresso",
3   "version": "2.1.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.1.1"
17   },
18   "social_media_url": "https://twitter.com/mitchtreece",
19   "swift_version": "4.2",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Espresso/Classes/Core/**/*",
28       "dependencies": {
29         "SnapKit": [
30           "~> 4.0"
31         ]
32       }
33     },
34     {
35       "name": "DI",
36       "source_files": "Espresso/Classes/DI/**/*",
37       "dependencies": {
38         "Espresso/Core": [
40         ],
41         "Swinject": [
42           "~> 2.6"
43         ]
44       }
45     },
46     {
47       "name": "Mvvm",
48       "source_files": "Espresso/Classes/Mvvm/**/*",
49       "dependencies": {
50         "Espresso/Core": [
52         ]
53       }
54     },
55     {
56       "name": "RxMvvm",
57       "source_files": "Espresso/Classes/RxMvvm/**/*",
58       "dependencies": {
59         "Espresso/Mvvm": [
61         ],
62         "RxSwift": [
63           "~> 4.0"
64         ],
65         "RxCocoa": [
66           "~> 4.0"
67         ]
68       }
69     },
70     {
71       "name": "All",
72       "dependencies": {
73         "Espresso/Core": [
75         ],
76         "Espresso/DI": [
78         ],
79         "Espresso/Mvvm": [
81         ],
82         "Espresso/RxMvvm": [
84         ]
85       }
86     }
87   ]