blob: 2d1d51689f98c22d6e2d85de4152ab589299e82b [file] [log] [blame]
{
"name": "WDAlertController",
"version": "0.0.3",
"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": "0.0.3"
},
"source_files": [
"WDAlertController",
"WDAlertController/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"Masonry": [
]
}
}