[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 8 / 3 / Bulletin / 1.2.4 / Bulletin.podspec.json
blobe619cb95b70f2a71fc74c10b8c36942b210f6326
2   "name": "Bulletin",
3   "version": "1.2.4",
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.2.4"
17   },
18   "social_media_url": "https://twitter.com/MitchTreece",
19   "swift_version": "4.2",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "ios": {
24     "public_header_files": "Bulletin/Classes/**/*.h"
25   },
26   "source_files": "Bulletin/Classes/**/*",
27   "dependencies": {
28     "SnapKit": [
29       "~> 4.0.0"
30     ],
31     "Espresso": [
32       "~> 1.1"
33     ]
34   }