-
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.18 KB
/
clib.json
File metadata and controls
33 lines (33 loc) · 1.18 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" : "MulleBashStringExpansion",
"version" : "0.0.5",
"description" : "🤯 Bash like string expansion",
"keywords" : [],
"license" : "BSD-3-Clause",
"repo" : "MulleWeb/MulleBashStringExpansion",
"src" : [
"asset/dox/TOC.md",
"src/generic/import-private.h",
"src/generic/import.h",
"src/generic/include-private.h",
"src/generic/include.h",
"src/generic/MulleObjCDeps+MulleBashStringExpansion.h",
"src/generic/MulleObjCDeps+MulleBashStringExpansion.m",
"src/MulleBashStringExpansion.h",
"src/NSString+MulleBashStringExpansion.h",
"src/NSString+MulleBashStringExpansion.m",
"src/reflect/objc-deps.inc",
"src/reflect/_MulleBashStringExpansion-export.h",
"src/reflect/_MulleBashStringExpansion-import-private.h",
"src/reflect/_MulleBashStringExpansion-import.h",
"src/reflect/_MulleBashStringExpansion-include-private.h",
"src/reflect/_MulleBashStringExpansion-include.h",
"src/reflect/_MulleBashStringExpansion-provide.h",
"src/S.h",
"src/S.m"
],
"dependencies" : {
"MulleFoundation/MulleFoundationBase": "*",
"mulle-objc/mulle-objc-list": "*"
}
}