blob: 47fd1479f29a3e05be9f9971235869d3f9deb275 [file] [log] [blame]
{
"name": "SnackBar.swift",
"version": "0.1.0",
"summary": "SnackBar provide brief feedback about an operation through a message at the bottom of the screen.",
"description": "Snackbars provide brief feedback about an operation through a message at the bottom of the screen. Snackbars contain up to two lines of text directly related to the operation performed. They may contain a text action.",
"homepage": "https://github.com/ahmedAlmasri/SnackBar.swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ahmad Almasri": "ahmed.almasri@ymail.com"
},
"source": {
"git": "https://github.com/ahmedAlmasri/SnackBar.swift.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.0",
"source_files": "SnackBar.swift/Classes/**/*",
"dependencies": {
"SnapKit": [
]
},
"swift_version": "5.0"
}