Skip to content

Commit

Permalink
Bumping cocoapods version number to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pr0zac committed Oct 10, 2018
1 parent b93df85 commit 7813d7a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions EtherKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'EtherKit'
s.version = '0.2.0-beta1'
s.version = '0.2.0'
s.summary = 'A library for interacting with the Ethereum network.'

s.description = <<-DESC
Expand All @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/Vaultio/EtherKit'
s.license = { :type => 'Apache-2.0', :file => 'LICENSE' }
s.authors = "Vault, Inc."
s.source = { :git => 'https://github.com/Vaultio/EtherKit.git', :tag => '0.2.0-beta1' }
s.source = { :git => 'https://github.com/Vaultio/EtherKit.git', :tag => '0.2.0' }

s.ios.deployment_target = '10.0'
s.swift_version = '4.1'
Expand Down
12 changes: 6 additions & 6 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ PODS:
- BigInt (3.1.0):
- SipHash (~> 1.2)
- CryptoSwift (0.10.0)
- EtherKit (0.2.0-beta1):
- EtherKit/Core (= 0.2.0-beta1)
- EtherKit/PromiseKit (= 0.2.0-beta1)
- EtherKit/Core (0.2.0-beta1):
- EtherKit (0.2.0):
- EtherKit/Core (= 0.2.0)
- EtherKit/PromiseKit (= 0.2.0)
- EtherKit/Core (0.2.0):
- BigInt
- CryptoSwift
- Marshal
- Result (~> 4.0.0)
- secp256k1.swift
- Starscream
- EtherKit/PromiseKit (0.2.0-beta1):
- EtherKit/PromiseKit (0.2.0):
- EtherKit/Core
- PromiseKit/CorePromise
- Marshal (1.2.4)
Expand Down Expand Up @@ -46,7 +46,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
BigInt: 76b5dfdfa3e2e478d4ffdf161aeede5502e2742f
CryptoSwift: 6c778d69282bed3b4e975ff97a79d074f20bb011
EtherKit: 2e07c1d3f30f12cb31e721d92c747437ee2ea1aa
EtherKit: 5250c0bd414a343e442973fec97d2a8fd8efcdbb
Marshal: 8e04e6624e506921db7143b0bfd83caee03f32d6
PromiseKit: cf84bbb1235a61473b326c5cf0b41f6828f87ba5
Result: 7645bb3f50c2ce726dd0ff2fa7b6f42bbe6c3713
Expand Down

0 comments on commit 7813d7a

Please sign in to comment.