blob: e8669406a908962d722fcd7476089afb3d6af272 [file] [log] [blame]
{
"name": "HLAlert",
"version": "0.0.3",
"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": "0.0.3"
},
"source_files": [
"HLAlert",
"HLAlert/*.{swift}"
],
"frameworks": "UIKit",
"requires_arc": true
}