blob: 2b398b97ae3c98745f1930469bca939e112c2840 [file] [log] [blame]
{
"name": "CGCusDateChooseTools",
"version": "0.0.3",
"summary": "自定义时间选择器,默认不能选择今天以后的日期",
"description": "自定义时间选择器,可选择年月,或者年月日。自动适配今年多少月及本月多少日。",
"homepage": "https://github.com/chenhde/CGCusDateChooseTools",
"license": "MIT",
"authors": {
"chenhd": "669775990@qq.com"
},
"platforms": {
"ios": "10.0"
},
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"requires_arc": true,
"source": {
"git": "https://github.com/chenhde/CGCusDateChooseTools.git",
"tag": "0.0.3"
},
"source_files": [
"CGCusDateChooseTools",
"CGCusDateChooseTools/*.{h,m,xib}"
]
}