blob: c4a1a8ab22a27a7068bd51c89a6c015679005ffe [file] [log] [blame]
{
"name": "GCCalendar",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A customizable calendar for iOS 9+ written in Swift.",
"description": "A Swift framework that provides a customizable calendar UI component for iOS.",
"homepage": "https://github.com/graycampbell/GCCalendar",
"authors": "Gray Campbell",
"source": {
"git": "https://github.com/graycampbell/GCCalendar.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "GCCalendar/*.{h,m,swift}",
"requires_arc": true,
"module_name": "GCCalendar"
}