-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5535f7d
commit d0540c6
Showing
2 changed files
with
12 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "Base58Swift" | ||
s.version = "2.1.5" | ||
s.version = "2.1.6" | ||
s.summary = "A pure swift implementation of base58 string encoding and decoding." | ||
s.description = <<-DESC | ||
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| | |
s.homepage = "https://github.com/keefertaylor/Base58Swift" | ||
s.license = { :type => "MIT", :file => "LICENSE" } | ||
s.author = { "Keefer Taylor" => "[email protected]" } | ||
s.source = { :git => "https://github.com/keefertaylor/Base58Swift.git", :tag => "2.1.5" } | ||
s.source = { :git => "https://github.com/keefertaylor/Base58Swift.git", :tag => "2.1.6" } | ||
s.source_files = "Base58Swift/*.swift" | ||
s.swift_version = "4.2" | ||
s.ios.deployment_target = "8.0" | ||
|