blob: 1f3cd9aae3cb31fc13c58ea647bec44e6dc20ae2 [file] [log] [blame]
{
"name": "MultiStyleAlert",
"version": "0.1.1",
"summary": "UIAlertController multi-style, using KVC to achieve",
"description": "使用 KVC 更改 UIAlertController 的title,message and alert action 显示颜色和字体",
"homepage": "https://github.com/lianleven/MultiStyleAlert",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lianleven": "lianleven@gmail.com"
},
"source": {
"git": "https://github.com/lianleven/MultiStyleAlert.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MultiStyleAlert/**/*.{h,m}",
"requires_arc": true
}