4 "summary": "A Swift wrapper around the Argon2 reference implementation.",
5 "swift_versions": "5.0",
6 "description": "A Swift wrapper around the Argon2 Reference implementation, built for simplicity and ease",
7 "homepage": "https://github.com/tmthecoder/Argon2Swift.git",
13 "Tejas Mehta": "tmthecoder@gmail.com"
16 "git": "https://github.com/tmthecoder/Argon2Swift.git",
28 "Sources/Argon2/include/**/*.h"
33 "Sources/Argon2/src/argon2.c",
34 "Sources/Argon2/src/core.{c,h}",
35 "Sources/Argon2/src/thread.{c,h}",
36 "Sources/Argon2/src/encoding.{c,h}",
37 "Sources/Argon2/src/blake2/blake2.h",
38 "Sources/Argon2/src/blake2/blake2b.c",
39 "Sources/Argon2/src/blake2/blake2-impl.h",
40 "Sources/Argon2/include/**/*.h",
41 "Sources/Argon2/src/ref.c",
42 "Sources/Argon2/src/blake2/blamka-round-ref.h"
44 "public_header_files": "Sources/Argon2/include/**/*.h",
49 "source_files": "Tests/**/*.swift",
57 "swift_version": "5.0"