| { |
| "name": "Espresso", |
| "version": "1.2.0", |
| "summary": "Swift convenience library for iOS.", |
| "description": "Espresso is a Swift convenience library for iOS.\nEverything is better with a little coffee.", |
| "homepage": "https://github.com/mitchtreece/Espresso", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Mitch Treece": "mitchtreece@me.com" |
| }, |
| "source": { |
| "git": "https://github.com/mitchtreece/Espresso.git", |
| "tag": "1.2.0" |
| }, |
| "social_media_url": "https://twitter.com/mitchtreece", |
| "swift_version": "4.2", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source_files": "Espresso/Classes/**/*", |
| "dependencies": { |
| "SnapKit": [ |
| "~> 4.0.0" |
| ] |
| } |
| } |