blob: 6627cc8a360dc7c79439eec448b3e3b4d43f5878 [file] [log] [blame]
{
"name": "iOSCalendarEventParser",
"platforms": {
"ios": null
},
"version": "0.0.2",
"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.2"
},
"source_files": "CalendarManager/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}