[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / a / f / e / KRCMulticastDelegate / 0.1.4 / KRCMulticastDelegate.podspec.json
blob92e63d2c0cb539f79f877530f12303751cd60f74
2   "name": "KRCMulticastDelegate",
3   "module_name": "MulticastDelegate",
4   "version": "0.1.4",
5   "summary": "KRCMulticastDelegate - A linked list of delegates, also called an invokation list.",
6   "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.",
7   "homepage": "https://github.com/kaosdg/MulticastDelegate",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Karl Catigbe": "spam@gmail.com"
14   },
15   "social_media_url": "https://twitter.com/KaosDG",
16   "source": {
17     "git": "https://github.com/kaosdg/MulticastDelegate.git",
18     "tag": "0.1.4"
19   },
20   "platforms": {
21     "ios": "9.0",
22     "tvos": "9.0"
23   },
24   "swift_version": "4.0",
25   "source_files": [
26     "Sources/**/*.swift",
27     "Sources/**/*.h"
28   ],
29   "public_header_files": "Sources/**/*.h"