Skip to content

Commit

Permalink
Bump version for new dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
keefertaylor committed Feb 14, 2019
1 parent d08a5e5 commit 058986e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TezosCrypto.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "TezosCrypto"
s.version = "1.0.1"
s.version = "1.1.0"
s.summary = "TezosCrypto implements cryptography functions for the Tezos Blockchain."

s.homepage = "https://github.com/keefertaylor/TezosCrypto"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Keefer Taylor" => "keefer@keefertaylor.com" }
s.source = { :git => "https://github.com/keefertaylor/TezosCrypto.git", :tag => "1.0.1" }
s.source = { :git => "https://github.com/keefertaylor/TezosCrypto.git", :tag => "1.1.0" }
s.source_files = "TezosCrypto/*.swift", "Base58String/*.swift"
s.swift_version = "4.2"
s.ios.deployment_target = "8.0"
Expand Down

0 comments on commit 058986e

Please sign in to comment.