forked from microsoft/appcenter-sdk-apple
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cgmanifest.json
76 lines (76 loc) · 1.99 KB
/
cgmanifest.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
"Registrations": [
{
"component": {
"type": "git",
"git": {
"name": "PLCrashReporter",
"repositoryUrl": "https://github.com/microsoft/plcrashreporter.git",
"commitHash": "1edf9be2c83172e7f9e3c72ffe42f07c41106f02"
}
}
},
{
"component": {
"type": "git",
"git": {
"name": "OCHamcrest",
"repositoryUrl": "https://github.com/hamcrest/OCHamcrest.git",
"commitHash": "5f77cf33732dfa02e0b9f15e43d05a9110cc2ff0"
}
}
},
{
"component": {
"type": "git",
"git": {
"name": "OCMock",
"repositoryUrl": "https://github.com/erikdoe/ocmock.git",
"commitHash": "a8e58d45b47f0a8aca04dcba4980b7ee6ffc06dc"
}
}
},
{
"component": {
"type": "git",
"git": {
"name": "OHHTTPStubs",
"repositoryUrl": "https://github.com/AliSoftware/OHHTTPStubs.git",
"commitHash": "e92b5a5746ef16add2a1424f1fc19529d9a75cde"
}
}
},
{
"component": {
"type": "git",
"git": {
"name": "Official Git mirror of the SQLite source tree",
"repositoryUrl": "https://github.com/sqlite/sqlite.git",
"commitHash": "562fd18b9dc27216191c0a6477bba9b175f7f0d2"
}
}
},
{
"component": {
"type": "git",
"git": {
"name": "Protocol Buffers implementation in C",
"repositoryUrl": "https://github.com/protobuf-c/protobuf-c.git",
"commitHash": "1390409f4ee4e26d0635310995b516eb702c3f9e"
}
}
},
{
"component": {
"type": "other",
"other": {
"name": "Reachability",
"version": "5.0",
"downloadUrl": "https://developer.apple.com/library/archive/samplecode/Reachability/Reachability.zip"
}
}
}
],
"Version": 1
}