blob: 4c6b9d61d336660ace5068f44e8dc4279e79153f [file] [log] [blame]
{
"name": "YQSelectorView",
"version": "2.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": "2.0"
},
"source_files": "YQSelectorView/YQSelectorView/*.{h,m}",
"exclude_files": "Classes/Exclude",
"resources": "YQSelectorView/Images/*.png",
"requires_arc": true,
"dependencies": {
"YQButton": [
"~> 1.2"
]
}
}