blob: 0abb355fb75742a6c67342986230b6e70357e3e5 [file] [log] [blame]
{
"name": "Espresso",
"version": "1.1.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.1.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"
]
}
}