blob: abec9878742b263b9db4f9c9d91df6be849e9c2d [file] [log] [blame]
{
"name": "HLAlert",
"version": "1.0.0",
"summary": "An easy way to use UIAlertView and UIActionSheet.",
"description": "简单方便地使用UIAlertViewController构建AlertView和ActionSheet",
"homepage": "https://github.com/liuhaoliang/HLAlert",
"license": "MIT",
"authors": {
"lhl": "271072547@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/liuhaoliang/HLAlert.git",
"tag": "1.0.0"
},
"source_files": [
"HLAlert",
"HLAlert/*.{swift}"
],
"frameworks": "UIKit",
"requires_arc": true
}