blob: 210d279f269c4942fd3ba8d28712a5d253a20e35 [file] [log] [blame]
{
"name": "ZCustomAlert",
"version": "1.0.8",
"summary": "这是一个弹窗",
"description": "带输入框的取消确定弹窗",
"homepage": "https://github.com/YLan1/SQCustomAlertView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"csdn": "https://blog.csdn.net/Fu_Tong"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/YLan1/SQCustomAlertView.git",
"tag": "1.0.8"
},
"source_files": [
"SQCustomAlertView",
"*.{h,m}"
],
"resource_bundles": {
"SQCustomAlertView": [
"*.xib"
]
},
"requires_arc": true,
"public_header_files": "NCustomAlertView.h",
"static_framework": true,
"frameworks": [
"Foundation",
"UIKit"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}