blob: 339570f9d6cfd7a1b8b404e3fde64987ae1a154b [file] [log] [blame]
{
"name": "HSPickerView",
"version": "1.0.0",
"summary": "一款通用的选择器",
"description": "YKPickerView 封装了省份城市选择,时间日期选择,普通文字选项选择,只为使用更简单。",
"homepage": "https://github.com/tukzi/HSPickerView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"songhe": "hesong_ios@163.com"
},
"source": {
"git": "https://github.com/tukzi/HSPickerView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HSPickerView/**/*.{h,m}",
"resources": "HSPickerView/**/*.bundle",
"public_header_files": "HSPickerView/Classes/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"YYModel": [
"~> 1.0.4"
]
}
}