Skip to content

Commit 20d3ebd

Browse files
authored
Merge pull request #204 from keefertaylor/5-1-0
[5.1.0] Cut Release
2 parents 2216427 + 6fc830b commit 20d3ebd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TezosKit.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 = "TezosKit"
3-
s.version = "5.0.0"
3+
s.version = "5.1.0"
44
s.summary = "TezosKit provides a Swift based toolchain for interacting with the Tezos blockchain"
55
s.description = <<-DESC
66
TezosKit provides utilities for interacting with the Tezos Blockchain over an RPC API.
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.homepage = "https://github.com/keefertaylor/TezosKit"
1010
s.license = { :type => "MIT", :file => "LICENSE" }
1111
s.author = { "Keefer Taylor" => "keefer@keefertaylor.com" }
12-
s.source = { :git => "https://github.com/keefertaylor/TezosKit.git", :tag => "5.0.0" }
12+
s.source = { :git => "https://github.com/keefertaylor/TezosKit.git", :tag => "5.1.0" }
1313
s.source_files = "TezosKit/**/*.swift"
1414
s.swift_version = "5.1"
1515
s.ios.deployment_target = "10.0"

0 commit comments

Comments
 (0)