blob: dbd1cc7e16c1a3721f846c7f5dd5bf135de6f512 [file] [log] [blame]
{
"name": "AXAlertView",
"version": "0.1.2",
"summary": "A customized alert view.",
"description": "A customized alert view. A subclass of UIView. A simple way to show a custom alert view.",
"homepage": "https://github.com/devedbox/AXAlertView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"aiXing": "862099730@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/devedbox/AXAlertView.git",
"tag": "0.1.2"
},
"source_files": "AXAlertView/AXAlertView/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AXAnimationChain": [
]
}
}