[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / d / f / 8 / KToast / 0.1.3 / KToast.podspec.json
bloba60aeb0e86254c0ac2918cdf0e34a5cb7bf6565f
2   "name": "KToast",
3   "version": "0.1.3",
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.3"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "source_files": "Classes/*",
22   "swift_versions": "5.0",
23   "swift_version": "5.0"