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",
29 "Sources/Argon2/include/**/*.h"
32 "private_header_files": [
33 "Sources/Argon2/include/argon2.h",
34 "Sources/Argon2/src/core.h",
35 "Sources/Argon2/src/thread.h",
36 "Sources/Argon2/src/encoding.h",
37 "Sources/Argon2/src/blamka-round-ref.h",
38 "Sources/Argon2/src/blake2.h",
39 "Sources/Argon2/src/blake2-impl.h"
43 "Sources/Argon2Swift.h",
44 "Sources/Argon2/src/argon2.c",
45 "Sources/Argon2/src/core.{c,h}",
46 "Sources/Argon2/src/thread.{c,h}",
47 "Sources/Argon2/src/encoding.{c,h}",
48 "Sources/Argon2/src/blake2/blake2.h",
49 "Sources/Argon2/src/blake2/blake2b.c",
50 "Sources/Argon2/src/blake2/blake2-impl.h",
51 "Sources/Argon2/include/**/*.h",
52 "Sources/Argon2/src/ref.c",
53 "Sources/Argon2/src/blake2/blamka-round-ref.h"
55 "public_header_files": "Sources/Argon2Swift.h",
56 "pod_target_xcconfig": {
57 "DEFINES_MODULE": "YES",
58 "SWIFT_INCLUDE_PATHS[sdk=*]": "$(PODS_TARGET_SRCROOT)/Sources/Modules $(PODS_TARGET_SRCROOT)/Sources/Argon2 $(PODS_TARGET_SRCROOT)/Sources/Argon2/include",
59 "HEADER_SEARCH_PATHS[sdk=*]": "$(PODS_TARGET_SRCROOT)/Sources/Modules"
65 "source_files": "Tests/**/*.swift",
73 "swift_version": "5.0"