blob: cbed7840fc9aca370ba6de8b6bee3c89b3b2db28 [file] [log] [blame]
{
"name": "WDAlertController",
"version": "1.0.0",
"summary": "An alertController just like UIAlertController,Supports rich Text",
"description": "类似于系统UILAlertController,支持富文本内容和标题。An alertController just like UIAlertController,Supports rich Text.",
"homepage": "http://github.com/DLsunset/WDAlertController",
"license": "MIT",
"authors": {
"董雷": "donglei1115@126.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "http://github.com/DLsunset/WDAlertController.git",
"tag": "1.0.0"
},
"source_files": [
"WDAlertController",
"WDAlertController/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"Masonry": [
]
}
}