blob: e7579d03aab8a826ff81d85c0a0c7efa6ccedadc [file] [log] [blame]
{
"name": "AlertPresenter",
"version": "1.0.0",
"summary": "Easy alert presentation for iOS/tvOS.",
"description": "Easy UIAlertController (or custom alert) presentation for iOS and tvOS.",
"homepage": "https://github.com/ChrisMash/AlertPresenter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chris Mash": "chris.mash@gmx.com"
},
"social_media_url": "https://twitter.com/cjmash",
"platforms": {
"ios": "12.0",
"tvos": "12.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/ChrisMash/AlertPresenter.git",
"tag": "v1.0.0"
},
"source_files": "Sources/AlertPresenter",
"frameworks": "UIKit",
"swift_version": "5.0"
}