blob: 042fe120efd197df701118d4d25f8e8cbe12e4dd [file] [log] [blame]
{
"name": "CalendarDemo",
"version": "0.0.1",
"summary": "日历控件",
"description": "高度定制化,支持单选,多选,开始日期和结束日期等各种选择方式的日历",
"homepage": "https://github.com/wangyongy/Calendar.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wangyong": "15889450281@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/wangyongy/Calendar.git",
"tag": "v0.0.1"
},
"source_files": "CalendarDemo/Calendar/**/*.{h,m}",
"requires_arc": true,
"frameworks": "UIKit"
}