[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / d / 4 / Espresso / 2.0.0 / Espresso.podspec.json
blob3ff9a61b6bafb5304a37c9f8128b23e00fef886f
2   "name": "Espresso",
3   "version": "2.0.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.0.0"
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.0"
31         ]
32       }
33     },
34     {
35       "name": "Mvvm",
36       "source_files": "Espresso/Classes/Mvvm/**/*",
37       "dependencies": {
38         "Espresso/Core": [
40         ]
41       }
42     },
43     {
44       "name": "RxMvvm",
45       "source_files": "Espresso/Classes/RxMvvm/**/*",
46       "dependencies": {
47         "Espresso/Mvvm": [
49         ],
50         "RxSwift": [
51           "~> 4.0"
52         ],
53         "RxCocoa": [
54           "~> 4.0"
55         ]
56       }
57     },
58     {
59       "name": "All",
60       "dependencies": {
61         "Espresso/Core": [
63         ],
64         "Espresso/Mvvm": [
66         ],
67         "Espresso/RxMvvm": [
69         ]
70       }
71     }
72   ]