[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 0 / c / 2 / AlertToast / 1.3.1 / AlertToast.podspec.json
blobee4fa57843b91ff6b6681987f7abb79fc59ab472
2   "name": "AlertToast",
3   "version": "1.3.1",
4   "summary": "Create Apple-like alerts & toasts using 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.3.1"
21   },
22   "source_files": "Sources/AlertToast/**/*.swift",
23   "exclude_files": [
24     "Assets/",
25     "Tests/"
26   ],
27   "requires_arc": true,
28   "swift_versions": "5.1",
29   "swift_version": "5.1"