[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / f / 8 / KToast / 0.1.5 / KToast.podspec.json
blobefa39b44144fa837b429b45899f011c295a2d50a
2   "name": "KToast",
3   "version": "0.1.5",
4   "summary": "A lightweight Toast library.",
5   "description": "A lightweight swift Toast lib. You can use the KToast.showToast(text:String, textColor: UIColor, textFont:UIFont, backgroundColor: UIColor) class method to pop-up a toast message on any view controller. You don't need to care about memory management, KToast will take care of everything for you.",
6   "homepage": "https://github.com/kmvdata/KToast",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kmvdata": "kermit.mei@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/kmvdata/KToast.git",
16     "tag": "0.1.5"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "source_files": "Classes/*",
22   "swift_versions": "5.0",
23   "swift_version": "5.0"