[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / a / f / e / KRCMulticastDelegate / 0.1.1 / KRCMulticastDelegate.podspec.json
blob108866002c5ac199d0fe43f755ac86128327e18c
2   "name": "KRCMulticastDelegate",
3   "version": "0.1.1",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Karl Catigbe": "spam@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/kaosdg/MulticastDelegate.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "tvos": "9.0"
21   },
22   "swift_version": "4.0",
23   "source_files": [
24     "Sources/**/*.swift",
25     "Sources/**/*.h"
26   ],
27   "public_header_files": "Sources/**/*.h"