blob: 8d9363bba8367ed0172dac3bd6fefbeeed4bdf45 [file] [log] [blame]
{
"name": "SAlert",
"version": "0.0.1",
"summary": "一个简单的自定义alert",
"description": "You can change the color of the control, and the message content can have more space to write the message content",
"homepage": "https://github.com/sunyafeng1990/CustomAlert",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"孙亚锋": "781080582@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/sunyafeng1990/CustomAlert.git",
"tag": "0.0.1"
},
"source_files": [
"SYFAlertView",
"SYFAlertView/**/*.{h,m}"
],
"requires_arc": true
}