blob: 54fe65d979c26712c12981cfa990a2e883dab82d [file] [log] [blame]
{
"name": "ZOEAlertView",
"version": "1.0.3",
"summary": "a ZOEAlertView for ios.",
"description": "修复message不能居中及message内容过多时操作按钮渲染在屏幕外无法点击的bug。",
"homepage": "https://github.com/ChenZhenChun/ZOEAlertView",
"license": "MIT",
"authors": {
"ChenZhenChun": "346891964@qq.com"
},
"source": {
"git": "https://github.com/ChenZhenChun/ZOEAlertView.git",
"tag": "1.0.3",
"submodules": true
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"subspecs": [
{
"name": "ZOEAlertView",
"source_files": "ZOEAlertView/ZOEAlertView/*.{h,m}",
"public_header_files": "ZOEAlertView/ZOEAlertView/*.h"
}
]
}