[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / 6 / e / SwiftUI-SimpleToast / 0.6.2 / SwiftUI-SimpleToast.podspec.json
blob415f6ba9bd2be68ca30f31be973522760c5ef1bb
2   "name": "SwiftUI-SimpleToast",
3   "version": "0.6.2",
4   "summary": "SimpleToast is a simple, lightweight, flexible and easy to use library to show toasts / popup notifications in SwiftUI.",
5   "swift_versions": "5.2",
6   "description": "SimpleToast is a simple, lightweight, flexible and easy to use library to show toasts / popup notifications inside iOS or MacOS applications in SwiftUI. Because of the flexibility to show any content it is also possible to use the library for showing simple modals.\n\nYou decide the content, the library takes care about the rest.",
7   "homepage": "https://github.com/sanzaru/SimpleToast",
8   "screenshots": [
9     "https://raw.githubusercontent.com/sanzaru/SimpleToast.assets/master/video/modifier-slide.gif",
10     "https://raw.githubusercontent.com/sanzaru/SimpleToast.assets/master/video/modifier-fade.gif",
11     "https://raw.githubusercontent.com/sanzaru/SimpleToast.assets/master/video/modifier-scale.gif",
12     "https://raw.githubusercontent.com/sanzaru/SimpleToast.assets/master/video/modifier-skew.gif"
13   ],
14   "license": {
15     "type": "Apache",
16     "file": "LICENSE"
17   },
18   "authors": {
19     "sanzaru": "sanzaru@users.noreply.github.com"
20   },
21   "source": {
22     "git": "https://github.com/sanzaru/SimpleToast.git",
23     "tag": "0.6.2"
24   },
25   "platforms": {
26     "ios": "13.0",
27     "osx": "10.15"
28   },
29   "source_files": "Sources/**/*",
30   "frameworks": "SwiftUI",
31   "swift_version": "5.2"