Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
keefertaylor committed Nov 27, 2018
1 parent ff305c8 commit d1cd8f3
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 = "1.0.1"
s.version = "1.1.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 => "1.0.1" }
s.source = { :git => "https://github.com/keefertaylor/TezosKit.git", :tag => "1.1.0" }
s.source_files = "Sources/**/*.swift", "Base58String/*.swift"
s.exclude_files = "Sources/App/*.swift"
s.swift_version = "4.2"
Expand Down

0 comments on commit d1cd8f3

Please sign in to comment.