/* CocoaHeads Atlanta */

let topic = [
    "title": "Memory Debugging Like Whoa",
    "presenter": "Mikey Ward",
    "abstract": "What the heck was Guard Malloc? Wait, 'Malloc Scribble'? Now they're just making stuff up. Except they're not. Should you be using these tools? Let's take a tour of the Instruments and Xcode memory debugging features and see what we can find out."
]

let welcome = #"""
Come on out to BNR IHQ on October 17th at 7pm for code & companionship!
Join us at "Ration & Dram" next door after the meeting for drinks and conversation!

"""#

let gettingThere = [
    "dateTime": "2019-10-17T19:00:00-0400", // October 17th, 7pm ET
    "location": "Big Nerd Ranch HQ"
]

let chapter = [
    "parentOrg": "CocoaHeads",
    "contactEmail": "organizer@cocoaheadsatlanta.org",
    "twitter": "@chatl"
]