blob: abdf4f8b4bc883bee61a488ff9244734f60a1758 [file] [log] [blame]
{
"name": "SKCalendarView",
"version": "0.0.2",
"summary": "a custom calendarView",
"description": "a custom calendarView on iOS",
"homepage": "https://github.com/shevakuilin/SKCalendarView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ShevaKuilin": "shevakuilin@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/shevakuilin/SKCalendarView.git",
"tag": "0.0.2"
},
"source_files": [
"SKCalendarView",
"SKCalendarView/SKCalendarView/**/*.{h,m}"
],
"dependencies": {
"Masonry": [
"~> 1.0.1"
]
}
}