blob: 3cd324947a16a966cf0ff543ce280c72311d7473 [file] [log] [blame]
{
"name": "EventListenerAndDispatcher",
"version": "0.0.1",
"summary": "Event listener and dispatcher similar to the one used in ActionScript 3",
"description": " Event listener and dispatcher solution in Objective-C that is somewhat similar to\n the one developers get used to in ActionScript 3.\n\n This is a wrapper around Objective-C's KVO solution.\n",
"homepage": "https://github.com/BPerlakiH/EventListenerAndDispatcher",
"license": "MIT",
"authors": "BPH",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/BPerlakiH/EventListenerAndDispatcher.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"public_header_files": "Classes/**/*.h",
"frameworks": "Foundation",
"requires_arc": true
}