blob: 96fa0143119007bc35c10eb92de305d118240723 [file] [log] [blame]
{
"name": "WLCalendar",
"version": "0.0.4",
"summary": "日历表",
"description": "日历表定制,支持单一日历,单一日历可动态计算日历高度(即5行或者6行),支持多个月份日历的滚动显示(只支持一页6行42个的样式)",
"homepage": "https://github.com/weilLove/WLCalendar",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"weilLove": "weil218@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/weilLove/WLCalendar.git",
"tag": "0.0.4"
},
"subspecs": [
{
"name": "Core",
"source_files": "WLCalendar/Core/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
]
}
]
}