blob: bff85fb987622b8d469f96ca51e016a4a9fca5cf [file] [log] [blame]
{
"name": "iOSCalendarEventParser",
"platforms": {
"ios": null
},
"version": "0.0.4",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/rajeevprasanna/iOSCalendarEventParser",
"authors": {
"rajeevprasanna": "rajeevprasanna@gmail.com"
},
"summary": "A set of classes used to parse and handle iCalendar (.ICS) files",
"source": {
"git": "https://github.com/rajeevprasanna/iOSCalendarEventParser.git",
"tag": "0.0.4"
},
"source_files": "CalendarManager/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}