blob: c1247b180159d610252f7856f32a62a7205a8396 [file] [log] [blame]
{
"name": "ChooseAndSearchView",
"version": "1.0.0",
"summary": "模仿安卓中自带的选择框(Spinner)。",
"homepage": "https://github.com/LongJiangSB/ChooseAndSearchView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Long Jiang": "983220205@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/LongJiangSB/ChooseAndSearchView.git",
"tag": "1.0.0"
},
"frameworks": "UIKit",
"source_files": "SearchAndChooseView/*.{h,m}",
"resources": "SearchAndChooseView/**",
"requires_arc": true
}