blob: 4f685e98f423b33b977e336ee482212536f97d9d [file] [log] [blame]
{
"name": "AlertHelp",
"version": "1.0.1",
"summary": "对 iOS 系统 UIAlertController 的封装",
"description": "一个自用的 UIAlertController, 封装了 各种弹框的类型",
"homepage": "https://github.com/HKZ773999/AlertHelp",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mr.Han": "HKZ06167739@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/HKZ773999/AlertHelp.git",
"tag": "1.0.1"
},
"source_files": [
"AlertHelpDemo/AlertHelp/AlertHelp.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}