Skip to content

Commit ce8ba8a

Browse files
committed
cut 2.1.7
1 parent 47b217d commit ce8ba8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Base58Swift.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Base58Swift"
3-
s.version = "2.1.6"
3+
s.version = "2.1.7"
44
s.summary = "A pure swift implementation of base58 string encoding and decoding."
55
s.description = <<-DESC
66
A pure swift implementation of base58 string encoding and decoding. Based off of https://github.com/jbenet/go-base58.
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.homepage = "https://github.com/keefertaylor/Base58Swift"
1010
s.license = { :type => "MIT", :file => "LICENSE" }
1111
s.author = { "Keefer Taylor" => "keefer@keefertaylor.com" }
12-
s.source = { :git => "https://github.com/keefertaylor/Base58Swift.git", :tag => "2.1.6" }
12+
s.source = { :git => "https://github.com/keefertaylor/Base58Swift.git", :tag => "2.1.7" }
1313
s.source_files = "Base58Swift/*.swift"
1414
s.swift_version = "4.2"
1515
s.ios.deployment_target = "8.0"

0 commit comments

Comments
 (0)