blob: 4259d92cd24b831f3a9938850b320ba5a5325e5b [file] [log] [blame]
{
"name": "SXAlertView",
"version": "2.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "600行代码实现的简易UIAlertView,添加动画,虚化效果。接口文件中没有对视图的更多的视图属性开放接口,使用过程中可以根据自己的需求进行自定义接口",
"homepage": "https://github.com/STShenZhaoliang",
"authors": {
"STShenZhaoliang": "409178030@qq.com"
},
"source": {
"git": "https://github.com/STShenZhaoliang/STAlertView.git",
"tag": "2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SXAlertView/*.{h,m}",
"requires_arc": true
}