blob: a467bfbc8483a4ece5dbfd111a810e1416059827 [file] [log] [blame]
{
"name": "GCCalendar",
"version": "1.1.1",
"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": "gray.campbell@icloud.com"
},
"source": {
"git": "https://github.com/graycampbell/GCCalendar.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "GCCalendar/*.{h,m,swift}",
"requires_arc": true,
"module_name": "GCCalendar"
}