blob: f53092c0afb106dc10c9984ad78686801a1d93ce [file] [log] [blame]
{
"name": "SSToastMessage",
"version": "1.0.0",
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.0",
"summary": "Simple popup view build in SwiftUI.",
"description": "SSToastMessage is written purely in SwiftUI. It will add toast, alert, \nand floating message view over the top of any view. It is intended to be simple, \nlightweight, and easy to use. It will be a popup with a single line of code.",
"homepage": "https://github.com/SimformSolutionsPvtLtd/SSToastMessage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ankit Panchal": "ankit.p@simformsolutions.com"
},
"source": {
"git": "https://github.com/SimformSolutionsPvtLtd/SSToastMessage.git",
"tag": "1.0.0"
},
"social_media_url": "https://www.simform.com",
"source_files": "**/Sources/Classes/*.swift",
"frameworks": [
"SwiftUI"
],
"swift_version": "5.0"
}