[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / 7 / 8 / KissToast / 0.5.1 / KissToast.podspec.json
bloba7d2a289b92163f5112d0c13490b1616e6be24e5
2   "name": "KissToast",
3   "version": "0.5.1",
4   "summary": "A simple and stupid Toast implementation with Swift",
5   "description": "This CocoaPod provides the ability to use a `Toast.Builder(text: \"This is a toast\").duration(1).bottomSpace(100).build().show()` to display a toast.",
6   "homepage": "https://github.com/WANGjieJacques/KissToast",
7   "screenshots": "https://github.com/WANGjieJacques/KissToast/blob/master/Example/screenshot.png?raw=true",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "WANG Jie": "jacques09125715@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/WANGjieJacques/KissToast.git",
17     "tag": "0.5.1"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "KissToast/Classes/**/*"