blob: f1449c3e52230fc375480cbc894bf89dffeaf51c [file] [log] [blame]
{
"name": "CalendarHeatmap",
"version": "0.1.1",
"summary": "A calendar based heatmap chart written in swift.",
"description": "'CalendarHeatmap is a calendar based heatmap which presenting a time series of data points in colors, inspired by Github contribution chart, and written in Swift.'",
"homepage": "https://github.com/Zacharysp/CalendarHeatmap",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zacharysp": "dongjiezach@gmail.com"
},
"source": {
"git": "https://github.com/Zacharysp/CalendarHeatmap.git",
"tag": "0.1.1"
},
"source_files": "CalendarHeatmap/Classes/**/*",
"swift_versions": "5.0",
"platforms": {
"ios": "11.0"
},
"frameworks": "UIKit",
"swift_version": "5.0"
}