blob: 98d0bbeaaf351260e114ab38a648d82f3943c768 [file] [log] [blame]
{
"name": "AXAlertController",
"version": "0.3.0",
"summary": "A customized alert view controller.",
"description": "A customized alert view. A subclass of UIView. A simple way to show a custom alert view.",
"homepage": "https://github.com/devedbox/AXAlertController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"devedbox": "devedbox@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/devedbox/AXAlertController.git",
"tag": "0.3.0"
},
"source_files": "AXAlertController/AXAlertController/*.{h,m}",
"requires_arc": true
}