blob: 76334d75bceb6f183799c6c97bcd8dfbb967824f [file] [log] [blame]
{
"name": "CHDatePickerView",
"version": "0.0.1",
"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.1"
},
"source_files": "CHDatePickerView/**/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit",
"Masonry"
],
"dependencies": {
"Masonry": [
]
},
"requires_arc": true
}