File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11Pod ::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"
You can’t perform that action at this time.
0 commit comments