Skip to content

Commit

Permalink
Cut 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
keefertaylor committed Jan 20, 2020
1 parent afa126a commit 7201281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TezosKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "TezosKit"
s.version = "4.0.1"
s.version = "4.2.0"
s.summary = "TezosKit provides a Swift based toolchain for interacting with the Tezos blockchain"
s.description = <<-DESC
TezosKit provides utilities for interacting with the Tezos Blockchain over an RPC API.
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/keefertaylor/TezosKit"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Keefer Taylor" => "keefer@keefertaylor.com" }
s.source = { :git => "https://github.com/keefertaylor/TezosKit.git", :tag => "4.0.1" }
s.source = { :git => "https://github.com/keefertaylor/TezosKit.git", :tag => "4.2.0" }
s.source_files = "TezosKit/**/*.swift"
s.swift_version = "4.2"
s.ios.deployment_target = "10.0"
Expand Down

0 comments on commit 7201281

Please sign in to comment.