blob: 10633cd2af0191621edde081340e5467c05a22f0 [file] [log] [blame]
{
"name": "YQAlertingView",
"version": "0.0.1",
"summary": "一个简单易用的提示框.",
"homepage": "https://github.com/QuinceyYang/YQAlertView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"QuinceyYang": "yqing555@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/QuinceyYang/YQAlertView.git",
"tag": "0.0.1"
},
"source_files": "YQAlertView/YQAlertView/*.{h,m}",
"exclude_files": "Classes/Exclude",
"resources": "YQAlertView/Images/*.png",
"requires_arc": true,
"dependencies": {
"YQButton": [
"~> 1.2"
]
}
}