blob: 30cf6da8d1f0ac0aba315713c889a8849dc328f1 [file] [log] [blame]
{
"name": "AlertToast",
"version": "1.2.4",
"summary": "Create Apple-like alerts in 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.2.4"
},
"source_files": "Sources/AlertToast/**/*.swift",
"requires_arc": true,
"swift_versions": "5.1",
"swift_version": "5.1"
}