| { |
| "name": "CrispyCalendar", |
| "version": "1.0.0-rc03", |
| "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-rc03" |
| }, |
| "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" |
| } |