blob: c72743be3e85b682c158e799ec468401fad9440f [file] [log] [blame]
{
"name": "EventsCalendar",
"version": "0.1.2",
"swift_versions": "4.2",
"summary": "A light weight customizable iOS CalendarView with events population written in Swift",
"description": "Events Calendar is a user-friendly iOS Swift library that helps you achieve a cool Calendar UI with events mapping. Its supports both sync and async events loading. It is very light and optimized that it allows to achieve ~60 fps rendering easily. Achieves smooth scrolling and takes less memory. The attributes of calendar UI are completely customizable.",
"homepage": "https://github.com/akaashdev/EventsCalendar",
"screenshots": [
"https://raw.githubusercontent.com/akaashdev/EventsCalendar/master/Screenshots/screenshot_1.png",
"https://raw.githubusercontent.com/akaashdev/EventsCalendar/master/Screenshots/screenshot_2.png",
"https://raw.githubusercontent.com/akaashdev/EventsCalendar/master/Screenshots/screenshot_3.png",
"https://raw.githubusercontent.com/akaashdev/EventsCalendar/master/Screenshots/screenshot_4.png",
"https://raw.githubusercontent.com/akaashdev/EventsCalendar/master/Screenshots/screenshot_5.png",
"https://raw.githubusercontent.com/akaashdev/EventsCalendar/master/Screenshots/screenshot_6.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Akaash Dev": "heatblast.akaash@gmail.como"
},
"source": {
"git": "https://github.com/akaashdev/EventsCalendar.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "EventsCalendar/Classes/**/*",
"swift_version": "4.2"
}