blob: d471264e519a6cf5dde8f781e70f520703724e8f [file] [log] [blame]
{
"name": "ZCCalendarView",
"version": "1.0.8",
"summary": "ZCCalendarView UI Kit",
"description": "ZCCalendarView 这是一个可自定义样式日历",
"platforms": {
"ios": "7.0"
},
"license": {
"type": "Copyright",
"text": "Zac Inc. 2017"
},
"homepage": "https://github.com/zac-wang/CocoapodsLibrary",
"authors": {
"王志超": "love_iphone@qq.com"
},
"source": {
"git": "https://github.com/zac-wang/CocoapodsLibrary.git",
"tag": "1.0.8"
},
"source_files": "Library/ZCCalendarView/**/*.{h,m,c,mm}",
"public_header_files": "Library/ZCCalendarView/**/*.{h}",
"private_header_files": "Library/ZCCalendarView/date/ZCCalendarDateLunarCalendar.h",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"ios": {
"dependencies": {
"ZCEasyLibrary": [
]
}
}
}