blob: 92e63d2c0cb539f79f877530f12303751cd60f74 [file] [log] [blame]
{
"name": "KRCMulticastDelegate",
"module_name": "MulticastDelegate",
"version": "0.1.4",
"summary": "KRCMulticastDelegate - A linked list of delegates, also called an invokation list.",
"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.",
"homepage": "https://github.com/kaosdg/MulticastDelegate",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Karl Catigbe": "spam@gmail.com"
},
"social_media_url": "https://twitter.com/KaosDG",
"source": {
"git": "https://github.com/kaosdg/MulticastDelegate.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"swift_version": "4.0",
"source_files": [
"Sources/**/*.swift",
"Sources/**/*.h"
],
"public_header_files": "Sources/**/*.h"
}