[Add] SpetrovOidc 2.9.0-beta2
[CocoaPods.git] / Specs / 0 / c / 2 / AlertToast / 1.2.1 / AlertToast.podspec.json
blob8941a2bbd02b32523ef05f56802b5bb9b8209353
2   "name": "AlertToast",
3   "version": "1.2.1",
4   "summary": "Create Apple-like alerts in SwiftUI",
5   "description": "Alert Toast is an open-source library in Github to use with SwiftUI. It allows you to present popups that don't need any user action to dismiss or to validate. Some great usage examples: Message Sent, Poor Network Connection, Profile Updated, Logged In/Out, Favorited, Loading and so on...",
6   "homepage": "https://github.com/elai950/AlertToast",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Elai Zuberman": "email@address.com"
13   },
14   "platforms": {
15     "ios": "13.0",
16     "osx": "11.0"
17   },
18   "source": {
19     "git": "https://github.com/elai950/AlertToast.git",
20     "tag": "1.2.1"
21   },
22   "source_files": "Sources/AlertToast/**/*.swift",
23   "requires_arc": true,
24   "swift_versions": "5.1",
25   "swift_version": "5.1"