blob: d3a96798c525df4a0d0114067c6309b360c09ba7 [file] [log] [blame]
{
"name": "Y_ShowAlert",
"version": "0.0.1",
"summary": "对 UIAlertController 的扩展,快速创建与展示 AlertController",
"description": "快速创建与展示 AlertController,包括含有 TextField 的 Alert\n使用 Observer 监听了添加的 TextField ,方便做输入内容 最大、最小长度的限制,以及确认按钮的 enabled 状态等",
"homepage": "https://github.com/1ilI/Y_ShowAlert",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"1ilI": "1ilI"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/1ilI/Y_ShowAlert.git",
"tag": "0.0.1"
},
"source_files": [
"Y_ShowAlert",
"Y_ShowAlert/**/*.{h,m}"
],
"frameworks": "UIKit"
}