-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclib.json
More file actions
33 lines (33 loc) · 1.21 KB
/
clib.json
File metadata and controls
33 lines (33 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name" : "MulleInvocationQueue",
"version" : "0.2.0",
"description" : "🚶🚶🚶 MulleInvocationQueue runs methods in a separate thread",
"keywords" : [],
"license" : "BSD-3-Clause",
"repo" : "MulleFoundation/MulleInvocationQueue",
"src" : [
"asset/dox/TOC.md",
"src/generic/import-private.h",
"src/generic/import.h",
"src/generic/MulleObjCDeps+MulleInvocationQueue.h",
"src/generic/MulleObjCDeps+MulleInvocationQueue.m",
"src/MulleInvocationQueue.h",
"src/MulleInvocationQueue.m",
"src/MulleSingleTargetInvocationQueue.h",
"src/MulleSingleTargetInvocationQueue.m",
"src/NSInvocation+MulleReturnStatus.h",
"src/NSInvocation+MulleReturnStatus.m",
"src/NSInvocation+UTF8String.h",
"src/NSInvocation+UTF8String.m",
"src/reflect/objc-deps.inc",
"src/reflect/_MulleInvocationQueue-export.h",
"src/reflect/_MulleInvocationQueue-import-private.h",
"src/reflect/_MulleInvocationQueue-import.h",
"src/reflect/_MulleInvocationQueue-include.h",
"src/reflect/_MulleInvocationQueue-versioncheck.h"
],
"dependencies" : {
"MulleFoundation/MulleThread": "*",
"mulle-objc/mulle-objc-list": "*"
}
}