blob: b5a2b12491831875dc59751778ff527b34058ecf [file] [log] [blame]
{
"name": "RFC2445",
"version": "0.1.0",
"summary": "Convert between RFC2445 and EKEvent.",
"description": "Converts back and forth between RFC2445 specification (iCalendar/.ics) and Apple's EKEvent structure.",
"homepage": "https://bitbucket.org/gargoylesoft/rfc2445",
"license": "MIT",
"authors": {
"Scott Grosch": "Scott.Grosch@icloud.com"
},
"source": {
"git": "https://bitbucket.org/gargoylesoft/rfc2445.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"RFC2445": [
"Pod/Assets/*.png"
]
},
"deprecated": true
}