blob: e8c2170acb45368cdef2d734a56b0d0f2e63b9db [file] [log] [blame]
{
"name": "AXAlertView",
"version": "0.1.0",
"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.0"
},
"source_files": "AXAlertView/AXAlertView/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AXAnimationChain": [
]
}
}