blob: 627eb16f7c6ca36d94b220432e55f8483b3e7693 [file] [log] [blame]
{
"name": "Espresso",
"version": "1.0.1",
"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.0.1"
},
"social_media_url": "https://twitter.com/mitchtreece",
"platforms": {
"ios": "10.0"
},
"source_files": "Espresso/Classes/**/*",
"dependencies": {
"SnapKit": [
"~> 4.0.0"
]
}
}