2 "name": "KRCMulticastDelegate",
4 "summary": "KRCMulticastDelegate - A linked list of delegates, also called an invokation list.",
5 "description": "KRCMulticastDelegate - A linked list of delegates, also called an invokation list.\n\n- When a multicast delegate is invoked, the delegates in the list are called synchronously in the order in which they've been added to the delegate table.\n\n- Delegate invocation will run on the caller's thread.",
6 "homepage": "https://github.com/kaosdg/MulticastDelegate",
12 "Karl Catigbe": "spam@gmail.com"
15 "git": "https://github.com/kaosdg/MulticastDelegate.git",
22 "swift_version": "4.0",
27 "public_header_files": "Sources/**/*.h"