[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / d / 4 / Espresso / 1.0.1 / Espresso.podspec.json
blob627eb16f7c6ca36d94b220432e55f8483b3e7693
2   "name": "Espresso",
3   "version": "1.0.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": "1.0.1"
17   },
18   "social_media_url": "https://twitter.com/mitchtreece",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "Espresso/Classes/**/*",
23   "dependencies": {
24     "SnapKit": [
25       "~> 4.0.0"
26     ]
27   }