Skip to content

Commit

Permalink
Cut 3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
keefertaylor committed Jun 1, 2019
1 parent 5d0ccc5 commit 0ccc1a1
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 = "3.1.0"
s.version = "3.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 => "3.1.0" }
s.source = { :git => "https://github.com/keefertaylor/TezosKit.git", :tag => "3.2.0" }
s.source_files = "TezosKit/**/*.swift"
s.swift_version = "4.2"
s.ios.deployment_target = "8.0"
Expand Down

0 comments on commit 0ccc1a1

Please sign in to comment.