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

Commit db0e6ba

Browse files
committed
Podspec updated #3
1 parent 7fdbe02 commit db0e6ba

File tree

1 file changed

+44
-39
lines changed

1 file changed

+44
-39
lines changed

pbkdf.podspec.json

+44-39
Original file line numberDiff line numberDiff line change
@@ -23,71 +23,76 @@
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": "pbkdf",
39-
"source_files": [
40-
"include/nil/crypto3/pbkdf/*.{hpp}"
41-
],
32+
"name": "crypto3",
4233
"subspecs": [
4334
{
44-
"name": "algorithm",
45-
"source_files": [
46-
"include/nil/crypto3/pbkdf/algorithm/*.{hpp}"
47-
]
48-
},
49-
{
50-
"name": "adaptor",
35+
"name": "detail",
5136
"source_files": [
52-
"include/nil/crypto3/pbkdf/adaptor/*.{hpp}"
37+
"include/nil/crypto3/detail/*.{hpp}"
5338
]
5439
},
5540
{
56-
"name": "accumulators",
41+
"name": "pbkdf",
5742
"source_files": [
58-
"include/nil/crypto3/pbkdf/accumulators/*.{hpp}"
43+
"include/nil/crypto3/pbkdf/*.{hpp}"
5944
],
6045
"subspecs": [
6146
{
62-
"name": "parameters",
47+
"name": "algorithm",
6348
"source_files": [
64-
"include/nil/crypto3/pbkdf/accumulators/parameters/*.{hpp}"
49+
"include/nil/crypto3/pbkdf/algorithm/*.{hpp}"
6550
]
66-
}
67-
]
68-
},
69-
{
70-
"name": "detail",
71-
"source_files": [
72-
"include/nil/crypto3/pbkdf/detail/*.{hpp}"
73-
],
74-
"subspecs": [
51+
},
7552
{
76-
"name": "pbkdf1",
53+
"name": "adaptor",
7754
"source_files": [
78-
"include/nil/crypto3/pbkdf/detail/pbkdf1/*.{hpp}"
55+
"include/nil/crypto3/pbkdf/adaptor/*.{hpp}"
7956
]
8057
},
8158
{
82-
"name": "pbkdf2",
59+
"name": "accumulators",
8360
"source_files": [
84-
"include/nil/crypto3/pbkdf/detail/pbkdf2/*.{hpp}"
61+
"include/nil/crypto3/pbkdf/accumulators/*.{hpp}"
62+
],
63+
"subspecs": [
64+
{
65+
"name": "parameters",
66+
"source_files": [
67+
"include/nil/crypto3/pbkdf/accumulators/parameters/*.{hpp}"
68+
]
69+
}
8570
]
8671
},
8772
{
88-
"name": "pgp_s2k",
73+
"name": "detail",
8974
"source_files": [
90-
"include/nil/crypto3/pbkdf/detail/pgp_s2k/*.{hpp}"
75+
"include/nil/crypto3/pbkdf/detail/*.{hpp}"
76+
],
77+
"subspecs": [
78+
{
79+
"name": "pbkdf1",
80+
"source_files": [
81+
"include/nil/crypto3/pbkdf/detail/pbkdf1/*.{hpp}"
82+
]
83+
},
84+
{
85+
"name": "pbkdf2",
86+
"source_files": [
87+
"include/nil/crypto3/pbkdf/detail/pbkdf2/*.{hpp}"
88+
]
89+
},
90+
{
91+
"name": "pgp_s2k",
92+
"source_files": [
93+
"include/nil/crypto3/pbkdf/detail/pgp_s2k/*.{hpp}"
94+
]
95+
}
9196
]
9297
}
9398
]

0 commit comments

Comments
 (0)