blob: a43c14e98ab7780b7a15a49a0f1d3882a0c7aa09 [file] [log] [blame]
{
"name": "LCalendar",
"version": "0.0.1",
"summary": "日历选择器",
"description": "一款比钉钉更友善的日历选择器, 顺畅无卡顿",
"homepage": "https://github.com/weskhen/LCalendar.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wujian": "wujian516411567@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/weskhen/LCalendar.git",
"tag": "0.0.1"
},
"module_name": "LCalendar",
"dependencies": {
"Masonry": [
]
},
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"subspecs": [
{
"name": "CalendarView",
"source_files": "Public/CalendarView/*.{h,m}",
"subspecs": [
{
"name": "CalendarCollectionView",
"source_files": "Public/CalendarView/CalendarCollectionView/*.{h,m}"
}
]
}
]
}