blob: 458c6f764c9b16b142c69a25178ce29d37dc21be [file] [log] [blame]
{
"name": "HUTypedEvents",
"version": "1.0.0",
"summary": "An alternative way to manage events in Objective C.",
"homepage": "https://github.com/hulu/HUTypedEvents",
"license": "MIT",
"authors": {
"Alec Gorge": "alecgorge@gmail.com",
"Bao Lei": "bao.lei@me.com",
"Jon Luo": "jon.luo@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/hulu/HUTypedEvents.git",
"tag": "1.0.0"
},
"source_files": [
"src",
"src/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}