[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / 7 / 8 / KissToast / 0.4.4 / KissToast.podspec.json
blobad7a8f7171cf5eb66d3878a3f55338a8ee76de7d
2   "name": "KissToast",
3   "version": "0.4.4",
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.4.4"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "KissToast/Classes/**/*",
23   "pushed_with_swift_version": "3.0"