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