blob: e78858089a220c1bcc9c882b7aed4f132c918967 [file] [log] [blame]
{
"name": "XKCalendarUtil",
"version": "1.0.0",
"summary": "日历工具",
"description": "阴阳历部分基于孙云飞大神写的进行封装",
"homepage": "https://github.com/kunhum/XKCalendarUtil",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kunhum": "kunhum@163.com"
},
"source": {
"git": "https://github.com/kunhum/XKCalendarUtil.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "XKCalendarUtil/Classes/XKCalendarUtil/*.{h,m}",
"frameworks": "UIKit",
"subspecs": [
{
"name": "CoreCalendar",
"source_files": "XKCalendarUtil/Classes/XKCalendarUtil/CoreCalendar/*.{h,m}",
"public_header_files": "XKCalendarUtil/Classes/XKCalendarUtil/CoreCalendar/*.h"
}
]
}