We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b82e6a7 commit b334b11Copy full SHA for b334b11
Argon2Swift.podspec
@@ -18,7 +18,7 @@ Pod::Spec.new do |spec|
18
spec.name = "Argon2Swift"
19
spec.version = "1.0.1"
20
spec.summary = "A Swift wrapper around the Argon2 reference implementation."
21
- spec.swift_version = "5.0"
+ spec.swift_version = "5.0"
22
23
spec.description = <<-DESC
24
A Swift wrapper around the Argon2 Reference implementation, built for simplicity and ease
@@ -46,7 +46,7 @@ Pod::Spec.new do |spec|
46
# profile URL.
47
#
48
49
- spec.author = { "Tejas Mehta" => "tmthecoder@gmail.com" }
+ spec.author = { "Tejas Mehta" => "tmthecoder@gmail.com" }
50
51
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
52
0 commit comments