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 9e32c8d commit 6ddd6dfCopy full SHA for 6ddd6df
CatCrypto.podspec
@@ -8,10 +8,11 @@
8
9
Pod::Spec.new do |s|
10
s.name = 'CatCrypto'
11
- s.version = '0.1.3'
12
- s.summary = 'An easy way for hashing, support Argon2 currently.'
13
-# s.description = <<-DESC
14
-# DESC
+ s.version = '0.1.4'
+ s.summary = 'An easy way for hashing.'
+ s.description = <<-DESC
+ CatCrypto include a series of hashing functions.
15
+ DESC
16
s.homepage = 'https://github.com/ImKcat/CatCrypto'
17
s.license = { :type => 'MIT', :file => 'LICENSE' }
18
s.author = { 'Kcat' => '[email protected]' }
0 commit comments