blob: 4d5acbac9a74a9391fd1ed1d3d7c4740a8ba71d5 [file] [log] [blame]
{
"name": "ToastSwiftUI",
"version": "0.1",
"summary": "A simple way to show a toast message in SwiftUI.",
"description": "ToastSwiftUI is a simple open source that will help you to show a toast message in SwiftUI. A toast message is a pop up that show users some information, then quickly close.",
"homepage": "https://github.com/huynguyencong/ToastSwiftUI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Huy Nguyen": "conghuy2012@gmail.com"
},
"source": {
"git": "https://github.com/huynguyencong/ToastSwiftUI.git",
"tag": "0.1"
},
"social_media_url": "https://twitter.com/nguyenconghuy91",
"platforms": {
"ios": "13.0"
},
"source_files": "ToastSwiftUI/Classes/**/*",
"swift_versions": "5.0",
"swift_version": "5.0"
}