blob: 0f0a868b7f508833ceb5d2fa95a825c0b98429ab [file] [log] [blame]
{
"name": "CrispyCalendar",
"version": "1.0.0-rc06",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/CleverPumpkin/CrispyCalendar",
"documentation_url": "https://cleverpumpkin.github.io/CrispyCalendarDocs/public/",
"authors": {
"Cleverpumpkin, Ltd.": "cleverpumpkin.ru"
},
"summary": "Highly performant and customizable calendar UI library written with lots of attention to various localization differences.",
"source": {
"git": "https://github.com/CleverPumpkin/CrispyCalendar.git",
"tag": "v1.0.0-rc06"
},
"platforms": {
"ios": "10.3"
},
"swift_version": "4.2",
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"source_files": "CrispyCalendar/{Util,Model,View,Supporting Files}/*.{h,c,m,swift}",
"public_header_files": "CrispyCalendar/{Util,Model,View,Supporting Files}/*.h",
"private_header_files": "CrispyCalendar/View/CPCDayCellRenderer.h",
"module_map": "CrispyCalendar/Supporting Files/CrispyCalendar.modulemap",
"requires_arc": true,
"frameworks": "UIKit"
}