-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclib.json
More file actions
30 lines (30 loc) · 1.07 KB
/
clib.json
File metadata and controls
30 lines (30 loc) · 1.07 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
{
"name" : "MulleObjCOSFoundation",
"version" : "0.26.0",
"description" : "💻 Platform-dependent classes and categories like NSTask, NSPipe",
"keywords" : [],
"license" : "BSD-3-Clause",
"repo" : "MulleFoundation/MulleObjCOSFoundation",
"src" : [
"asset/dox/TOC.md",
"src/generic/import-private.h",
"src/generic/import.h",
"src/generic/include-private.h",
"src/generic/include.h",
"src/MulleObjCDeps+MulleObjCOSFoundation.h",
"src/MulleObjCDeps+MulleObjCOSFoundation.m",
"src/MulleObjCOSFoundation.h",
"src/MulleObjCOSFoundation.m",
"src/reflect/objc-deps.inc",
"src/reflect/_MulleObjCOSFoundation-export.h",
"src/reflect/_MulleObjCOSFoundation-import-private.h",
"src/reflect/_MulleObjCOSFoundation-import.h",
"src/reflect/_MulleObjCOSFoundation-include-private.h",
"src/reflect/_MulleObjCOSFoundation-include.h",
"src/reflect/_MulleObjCOSFoundation-provide.h"
],
"dependencies" : {
"mulle-objc/MulleObjC": "*",
"mulle-objc/mulle-objc-list": "*"
}
}