blob: 36708944cd5e8aaa17aa005c277c944d55bf9930 [file] [log] [blame]
{
"name": "YQSelectorView",
"version": "1.0",
"summary": "一个简单易用的弹出框选择器.",
"homepage": "https://github.com/QuinceyYang/YQSelectorView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"QuinceyYang": "yqing555@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/QuinceyYang/YQSelectorView.git",
"tag": "1.0"
},
"source_files": "YQSelectorView/YQSelectorView/*.{h,m}",
"exclude_files": "Classes/Exclude",
"resources": "YQSelectorView/Images/*.png",
"requires_arc": true,
"dependencies": {
"YQButton": [
"~> 1.2"
]
}
}