blob: f417908c0b4b77355c2a71210709f9e0384f6a4e [file] [log] [blame]
{
"name": "Klendario",
"version": "1.0.1",
"summary": "A Swift wrapper over the EventKit framework",
"description": "Klendario is a Swift wrapper over the EventKit framework. It adds simplicity to the task of managing events in the iOS Calendar by providing handfull functions, extensions and the semi-automatic managment of the user authorization request to access the iOS calendar.",
"homepage": "https://github.com/thxou/Klendario",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"thxou": "yo@thxou.com"
},
"source": {
"git": "https://github.com/thxou/Klendario.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/thxou",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Source/*.swift"
}