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

Commit 7bd85d1

Browse files
committed
Initial implementation #3
1 parent 3b942ad commit 7bd85d1

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

passhash.podspec.json

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "Crypto3.Passhash",
3+
"version": "0.1.0",
4+
"summary": "=nil; Crypto3 C++ Cryptography Suite Cipher Passhash",
5+
"description": "Crypto3.Passhash library extends the =nil; Foundation's cryptography suite and provides a set of password hashing techniques implemented in way C++ standard library implies: concepts, algorithms, predictable behavior, latest standard features support and clean architecture without compromising security and performance.",
6+
"homepage": "http://crypto3.nil.foundation/projects/crypto3",
7+
"license": "Boost Software License",
8+
"authors": {
9+
"Mikhail Komarov": "[email protected]"
10+
},
11+
"platforms": {
12+
"ios": "5.0",
13+
"osx": "10.7"
14+
},
15+
"source": {
16+
"git": "https://github.com/nilfoundation/passhash.git",
17+
"branch": "master"
18+
},
19+
"xcconfig": {
20+
"CLANG_CXX_LANGUAGE_STANDARD": "c++14",
21+
"CLANG_CXX_LIBRARY": "libc++",
22+
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/include/\""
23+
},
24+
"requires_arc": false
25+
}

0 commit comments

Comments
 (0)