blob: e619cb95b70f2a71fc74c10b8c36942b210f6326 [file] [log] [blame]
{
"name": "Bulletin",
"version": "1.2.4",
"summary": "Customizable alert library for Swift.",
"description": "Bulletin is a customizable alert library that makes it incredibly\neasy to build highly-stylized alerts for your iOS app.",
"homepage": "https://github.com/mitchtreece/Bulletin",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mitch Treece": "mitchtreece@me.com"
},
"source": {
"git": "https://github.com/mitchtreece/Bulletin.git",
"tag": "1.2.4"
},
"social_media_url": "https://twitter.com/MitchTreece",
"swift_version": "4.2",
"platforms": {
"ios": "10.0"
},
"ios": {
"public_header_files": "Bulletin/Classes/**/*.h"
},
"source_files": "Bulletin/Classes/**/*",
"dependencies": {
"SnapKit": [
"~> 4.0.0"
],
"Espresso": [
"~> 1.1"
]
}
}