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 4a710dc commit 8aed702Copy full SHA for 8aed702
SipHash.podspec
@@ -5,7 +5,7 @@ Pod::Spec.new do |spec|
5
spec.ios.deployment_target = "8.0"
6
spec.tvos.deployment_target = "9.0"
7
spec.watchos.deployment_target = "2.0"
8
- spec.summary = 'Simple low-collision hashing in Swift with the SipHash algorithm'
+ spec.summary = 'Simple and secure hashing in Swift with the SipHash algorithm'
9
spec.author = 'Károly Lőrentey'
10
spec.homepage = 'https://github.com/lorentey/SipHash'
11
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }
0 commit comments