Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Vlasov committed Dec 26, 2017
1 parent b71181b commit 0eb09df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web3swift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "web3swift"
s.version = "0.0.5"
s.version = "0.1.0"
s.summary = "Web3 implementation in vanilla Swift"

s.description = <<-DESC
Expand All @@ -26,6 +26,6 @@ s.dependency 'AwaitKit', '~> 3.0.1'
s.dependency 'PromiseKit/Alamofire', '~> 4.0'
s.dependency 'CryptoSwift'
s.dependency 'libsodium'
s.dependency 'secp256k1_ios', '~> 0.0.6'
s.dependency 'secp256k1_ios', '~> 0.0.7'

end

0 comments on commit 0eb09df

Please sign in to comment.