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