[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 9 / 8 / 3 / Bulletin / 1.1.0 / Bulletin.podspec.json
blob530cc7866904c1a81e18fb5e3775073bf25b1d3e
2   "name": "Bulletin",
3   "version": "1.1.0",
4   "summary": "Customizable alert library for Swift.",
5   "description": "Bulletin is a customizable alert library that makes it incredibly\neasy to build highly-stylized alerts for your iOS app.",
6   "homepage": "https://github.com/mitchtreece/Bulletin",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mitch Treece": "mitchtreece@me.com"
13   },
14   "source": {
15     "git": "https://github.com/mitchtreece/Bulletin.git",
16     "tag": "1.1.0"
17   },
18   "social_media_url": "https://twitter.com/MitchTreece",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "ios": {
23     "public_header_files": "Bulletin/Classes/**/*.h"
24   },
25   "source_files": "Bulletin/Classes/**/*",
26   "dependencies": {
27     "SnapKit": [
28       "~> 3.0.0"
29     ]
30   },
31   "pushed_with_swift_version": "3.0"