From 237ab03133479ccc30a85a6faf569464e78b813e Mon Sep 17 00:00:00 2001 From: keefertaylor Date: Tue, 19 Mar 2019 22:16:43 +0000 Subject: [PATCH] Cut release 2.0.0 to account for new breaking API changes --- TezosKit.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TezosKit.podspec b/TezosKit.podspec index daca41b5..8ca41325 100644 --- a/TezosKit.podspec +++ b/TezosKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "TezosKit" - s.version = "1.2.3" + s.version = "2.0.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. @@ -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 => "1.2.3" } + s.source = { :git => "https://github.com/keefertaylor/TezosKit.git", :tag => "2.0.0" } s.source_files = "TezosKit/**/*.swift" s.swift_version = "4.2" s.ios.deployment_target = "8.0"