Skip to content

Commit

Permalink
Update podspec version
Browse files Browse the repository at this point in the history
  • Loading branch information
Koray Koska committed Jul 7, 2019
1 parent 7e0ef07 commit 61a75e9
Show file tree
Hide file tree
Showing 7 changed files with 483 additions and 476 deletions.
16 changes: 8 additions & 8 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ PODS:
- PromiseKit/CorePromise (6.10.0)
- Quick (2.1.0)
- secp256k1.swift (0.1.4)
- Web3 (0.3.1):
- Web3/Core (= 0.3.1)
- Web3/HTTPExtension (= 0.3.1)
- Web3/ContractABI (0.3.1):
- Web3 (0.4.0):
- Web3/Core (= 0.4.0)
- Web3/HTTPExtension (= 0.4.0)
- Web3/ContractABI (0.4.0):
- Web3/Core
- Web3/Core (0.3.1):
- Web3/Core (0.4.0):
- BigInt (~> 4.0)
- CryptoSwift (~> 1.0)
- secp256k1.swift (~> 0.1)
- Web3/HTTPExtension (0.3.1):
- Web3/HTTPExtension (0.4.0):
- Web3/Core
- Web3/PromiseKit (0.3.1):
- Web3/PromiseKit (0.4.0):
- PromiseKit/CorePromise (~> 6.0)
- Web3/Core

Expand Down Expand Up @@ -47,7 +47,7 @@ SPEC CHECKSUMS:
PromiseKit: 1fdaeb6c0a94a5114fcb814ff3d772b86886ad4e
Quick: 4be43f6634acfa727dd106bdf3929ce125ffa79d
secp256k1.swift: a7e7a214f6db6ce5db32cc6b2b45e5c4dd633634
Web3: dbfb28278f2c87c8de8e7b87a2e24fd038db0926
Web3: 6fac246b353769ca0eb5a9553512f1f68b6daf9a

PODFILE CHECKSUM: eb77564a1c4f7b215467898368b05a3e1fde7eb9

Expand Down
5 changes: 3 additions & 2 deletions Example/Pods/Local Podspecs/Web3.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

916 changes: 461 additions & 455 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Example/Pods/Target Support Files/Web3/Web3-Info.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Web3 is compatible with Swift Package Manager v4 (Swift 4 and above). Simply add

```Swift
dependencies: [
.package(url: "https://github.com/Boilertalk/Web3.swift.git", from: "0.3.0")
.package(url: "https://github.com/Boilertalk/Web3.swift.git", from: "0.4.0")
]
```

Expand Down
2 changes: 1 addition & 1 deletion Web3.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Web3'
s.version = '0.3.1'
s.version = '0.4.0'
s.summary = 'Web3 library for Swift. Sign transactions and interact with Smart Contracts in the Ethereum Network.'

s.description = <<-DESC
Expand Down

0 comments on commit 61a75e9

Please sign in to comment.