blob: a3b96f38c8c06d45bdcda650966467e18b695596 [file] [log] [blame]
{
"name": "MultiStyleAlert",
"version": "0.1.4",
"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.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MultiStyleAlert/**/*.{h,m}",
"requires_arc": true
}