Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 6c47cfb

Browse files
committed
Podspec updated #3
1 parent 917e306 commit 6c47cfb

File tree

1 file changed

+42
-37
lines changed

1 file changed

+42
-37
lines changed

passhash.podspec.json

+42-37
Original file line numberDiff line numberDiff line change
@@ -23,65 +23,70 @@
2323
},
2424
"subspecs": [
2525
{
26-
"name": "nil",
26+
"name": "include",
2727
"subspecs": [
2828
{
29-
"name": "crypto3",
29+
"name": "nil",
3030
"subspecs": [
3131
{
32-
"name": "detail",
33-
"source_files": [
34-
"include/nil/crypto3/detail/*.{hpp}"
35-
]
36-
},
37-
{
38-
"name": "passhash",
39-
"source_files": [
40-
"include/nil/crypto3/passhash/*.{hpp}"
41-
],
32+
"name": "crypto3",
4233
"subspecs": [
4334
{
44-
"name": "algorithm",
45-
"source_files": [
46-
"include/nil/crypto3/passhash/algorithm/*.{hpp}"
47-
]
48-
},
49-
{
50-
"name": "adaptor",
35+
"name": "detail",
5136
"source_files": [
52-
"include/nil/crypto3/passhash/adaptor/*.{hpp}"
37+
"include/nil/crypto3/detail/*.{hpp}"
5338
]
5439
},
5540
{
56-
"name": "accumulators",
41+
"name": "passhash",
5742
"source_files": [
58-
"include/nil/crypto3/passhash/accumulators/*.{hpp}"
43+
"include/nil/crypto3/passhash/*.{hpp}"
5944
],
6045
"subspecs": [
6146
{
62-
"name": "parameters",
47+
"name": "algorithm",
6348
"source_files": [
64-
"include/nil/crypto3/passhash/accumulators/parameters/*.{hpp}"
49+
"include/nil/crypto3/passhash/algorithm/*.{hpp}"
6550
]
66-
}
67-
]
68-
},
69-
{
70-
"name": "detail",
71-
"source_files": [
72-
"include/nil/crypto3/passhash/detail/*.{hpp}"
73-
],
74-
"subspecs": [
51+
},
52+
{
53+
"name": "adaptor",
54+
"source_files": [
55+
"include/nil/crypto3/passhash/adaptor/*.{hpp}"
56+
]
57+
},
7558
{
76-
"name": "bcrypt",
59+
"name": "accumulators",
7760
"source_files": [
78-
"include/nil/crypto3/passhash/detail/bcrypt/*.{hpp}"
61+
"include/nil/crypto3/passhash/accumulators/*.{hpp}"
62+
],
63+
"subspecs": [
64+
{
65+
"name": "parameters",
66+
"source_files": [
67+
"include/nil/crypto3/passhash/accumulators/parameters/*.{hpp}"
68+
]
69+
}
7970
]
8071
},
8172
{
82-
"name": "passhash9",
73+
"name": "detail",
8374
"source_files": [
84-
"include/nil/crypto3/passhash/detail/passhash9/*.{hpp}"
75+
"include/nil/crypto3/passhash/detail/*.{hpp}"
76+
],
77+
"subspecs": [
78+
{
79+
"name": "bcrypt",
80+
"source_files": [
81+
"include/nil/crypto3/passhash/detail/bcrypt/*.{hpp}"
82+
]
83+
},
84+
{
85+
"name": "passhash9",
86+
"source_files": [
87+
"include/nil/crypto3/passhash/detail/passhash9/*.{hpp}"
88+
]
89+
}
8590
]
8691
}
8792
]

0 commit comments

Comments
 (0)