blob: 530cc7866904c1a81e18fb5e3775073bf25b1d3e [file] [log] [blame]
{
"name": "Bulletin",
"version": "1.1.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.1.0"
},
"social_media_url": "https://twitter.com/MitchTreece",
"platforms": {
"ios": "9.0"
},
"ios": {
"public_header_files": "Bulletin/Classes/**/*.h"
},
"source_files": "Bulletin/Classes/**/*",
"dependencies": {
"SnapKit": [
"~> 3.0.0"
]
},
"pushed_with_swift_version": "3.0"
}