blob: 2e2045b1ff444bb78810d5a111c7ce522a0db00b [file] [log] [blame]
{
"name": "TBMAlertController",
"version": "0.0.10",
"summary": "TBMAlertController is a replacement of UIAlertController.",
"description": "TBMAlertController is a replacement of UIAlertController in Swift, It's is like UIAlertController but more powerful.",
"homepage": "https://github.com/teambition/AlertController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"bruce": "liangming@teambition.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/teambition/AlertController.git",
"tag": "0.0.10"
},
"swift_versions": "5.0",
"source_files": "AlertController/AlertController/*.swift",
"frameworks": [
"Foundation",
"UIKit"
],
"swift_version": "5.0"
}