blob: 20d10f400357c9f5e5086e4f58bff468fa3b4ccb [file] [log] [blame]
{
"name": "AlertToast",
"version": "1.3.3",
"summary": "Create Apple-like alerts & toasts using SwiftUI",
"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...",
"homepage": "https://github.com/elai950/AlertToast",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Elai Zuberman": "email@address.com"
},
"platforms": {
"ios": "13.0",
"osx": "11.0"
},
"source": {
"git": "https://github.com/elai950/AlertToast.git",
"tag": "1.3.3"
},
"source_files": "Sources/AlertToast/**/*.swift",
"exclude_files": [
"Assets/",
"Tests/"
],
"requires_arc": true,
"swift_versions": "5.1",
"swift_version": "5.1"
}