blob: 98edbd112413f6f7b1119567367a4f7955cc951b [file] [log] [blame]
{
"name": "GLPickerView",
"homepage": "https://github.com/liujunliuhong/PickerView",
"summary": "系统UIPickerView、UIDatePicker的封装,国内城市选择器的封装",
"description": "系统UIPickerView、UIDatePicker的封装,国内城市选择器的封装,提供了从屏幕底部逐渐弹出的交互效果",
"authors": {
"liujunliuhong": "1035841713@qq.com"
},
"version": "1.0.1",
"source": {
"git": "https://github.com/liujunliuhong/PickerView.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"module_name": "GLPickerView",
"swift_versions": "5.0",
"requires_arc": true,
"static_framework": true,
"subspecs": [
{
"name": "Common",
"source_files": "Sources/Picker/*.swift"
},
{
"name": "City",
"source_files": "Sources/City Picker/*.swift",
"dependencies": {
"GLPickerView/Common": [
]
},
"resources": "Sources/City Picker/GLCity.bundle"
}
],
"swift_version": "5.0"
}