blob: 05ce19981965ff830add7c872bec7b7dcf4f3cad [file] [log] [blame]
{
"name": "TBMAlertController",
"version": "0.0.4",
"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.4"
},
"swift_version": "4.2",
"source_files": "AlertController/AlertController/*.swift",
"frameworks": [
"Foundation",
"UIKit"
]
}