blob: 4694cf95fb89c73dc841b713ba83866edf921227 [file] [log] [blame]
{
"name": "CHDatePickerView",
"version": "0.0.7",
"summary": "CHDatePickerView支持自组合的方式快速创建日期选择器,支持横竖屏切换适配安全区",
"homepage": "https://github.com/MeteoriteMan/CHDatePicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"张晨晖": "shdows007@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/MeteoriteMan/CHDatePicker.git",
"tag": "0.0.7"
},
"source_files": "CHDatePickerView/**/*.{h,m}",
"resources": "CHDatePickerView/CHDatePickerLocalizable.bundle",
"frameworks": [
"Foundation",
"UIKit",
"Masonry"
],
"dependencies": {
"Masonry": [
]
},
"requires_arc": true
}