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