blob: cc83100abcd2ae38f68891ae0c58dc66281602f9 [file] [log] [blame]
{
"name": "BPCalendar",
"version": "1.0.0",
"summary": "A set of views and controllers for displaying and scheduling events on iOS",
"description": "Displaying the calendar from your device\nNote: This is a fork from `https://github.com/jumartin/Calendar.git` with fixes since we couldn't create PR with fixes",
"homepage": "https://github.com/nvzsolutions/Calendar",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Julien Martin": "julienmartin@hotmail.com",
"Nico van Zijl": "nico@blueprint-software.nl",
"Rutger Nijhuis": "rutger@blueprint-software.nl"
},
"source": {
"git": "https://github.com/nvzsolutions/Calendar.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "BPCalendar/Classes/**/*",
"resource_bundles": {
"BPCalendar": [
"BPCalendar/Assets/*.lproj"
]
},
"frameworks": [
"EventKit",
"EventKitUI",
"UIKit",
"Foundation",
"CoreGraphics"
],
"dependencies": {
"OSCache": [
"~> 1.2"
],
"OrderedDictionary": [
"~> 1.2"
]
}
}