Skip to content

Commit 6ddd6df

Browse files
committed
Release 0.1.4
1 parent 9e32c8d commit 6ddd6df

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CatCrypto.podspec

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88

99
Pod::Spec.new do |s|
1010
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
11+
s.version = '0.1.4'
12+
s.summary = 'An easy way for hashing.'
13+
s.description = <<-DESC
14+
CatCrypto include a series of hashing functions.
15+
DESC
1516
s.homepage = 'https://github.com/ImKcat/CatCrypto'
1617
s.license = { :type => 'MIT', :file => 'LICENSE' }
1718
s.author = { 'Kcat' => '[email protected]' }

0 commit comments

Comments
 (0)