blob: 10de850a3ba3ff62cfb0b5fe06709f9c9aa59382 [file] [log] [blame]
{
"name": "DialogController",
"version": "0.0.2",
"summary": "一个类似系统UIAlertController的提示框",
"homepage": "https://github.com/zhangrongbing",
"license": "MIT",
"authors": {
"张熔冰": "zhangrongbing@aliyun.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/zhangrongbing/Component.git",
"tag": "0.0.2"
},
"source_files": [
"Classes",
"Component/DialogController/*.{h,m}"
],
"requires_arc": true
}