-
Notifications
You must be signed in to change notification settings - Fork 0
/
clib.json
30 lines (30 loc) · 1.12 KB
/
clib.json
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" : "MulleObjCRegexFoundation",
"version" : "0.20.6",
"description" : "🫅 Search and replace with regular expressions",
"keywords" : [],
"license" : "BSD-3-Clause",
"repo" : "MulleFoundation/MulleObjCRegexFoundation",
"src" : [
"src/generic/import-private.h",
"src/generic/import.h",
"src/generic/include-private.h",
"src/generic/include.h",
"src/generic/MulleObjCLoader+MulleObjCRegexFoundation.h",
"src/generic/MulleObjCLoader+MulleObjCRegexFoundation.m",
"src/MulleObjCRegexFoundation.h",
"src/NSString+Regex.h",
"src/NSString+Regex.m",
"src/reflect/objc-loader.inc",
"src/reflect/_MulleObjCRegexFoundation-export.h",
"src/reflect/_MulleObjCRegexFoundation-import-private.h",
"src/reflect/_MulleObjCRegexFoundation-import.h",
"src/reflect/_MulleObjCRegexFoundation-include-private.h",
"src/reflect/_MulleObjCRegexFoundation-include.h",
"src/reflect/_MulleObjCRegexFoundation-provide.h"
],
"dependencies" : {
"MulleFoundation/MulleObjCValueFoundation": "*",
"mulle-objc/mulle-objc-list": "*"
}
}