blob: 35a4923360e739c51094be832f28e54c6c86d02c [file] [log] [blame]
{
"name": "Bulletin",
"version": "1.3.0",
"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.3.0"
},
"social_media_url": "https://twitter.com/MitchTreece",
"swift_versions": "5",
"platforms": {
"ios": "12.0"
},
"ios": {
"public_header_files": "Bulletin/Classes/**/*.h"
},
"source_files": "Bulletin/Classes/**/*",
"dependencies": {
"Espresso": [
"~> 2.2.0"
]
},
"swift_version": "5"
}