blob: 1d015cdd72452c0623e8ab46c6aa71a947e3e1a3 [file] [log] [blame]
{
"name": "ToastAlerts",
"version": "3.0",
"summary": "A library to display Toast Alerts in iOS.",
"description": "A library to display Toast Alerts in in iOS\nToast View with Message & Image\nToast View with Time Dismiss\nToast View with Tap Dismiss\nCustom Toast View",
"homepage": "https://github.com/estampworld/ios-toast-alerts",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Eduardo IrĂ­as": "eduardoirias@me.com"
},
"swift_versions": "5.0",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/estampworld/ios-toast-alerts.git",
"tag": "3.0"
},
"source_files": "Sources/ToastAlerts/*.swift",
"ios": {
"source_files": "Sources/ToastAlerts/*.swift"
},
"exclude_files": "Classes/Exclude",
"swift_version": "5.0"
}