Skip to content

Commit c97b40d

Browse files
updated example
1 parent feeb01f commit c97b40d

File tree

120 files changed

+16197
-4137
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+16197
-4137
lines changed

Example/web3swiftExample/Podfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ platform :ios, '9.0'
44
target 'web3swiftExample' do
55
use_frameworks!
66
#use_modular_headers!
7-
pod 'web3swift'
8-
# pod 'web3swift', :git => 'https://github.com/matterinc/web3swift.git'
7+
pod 'web3swift'
98
end

Example/web3swiftExample/Podfile.lock

+27-28
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,36 @@
11
PODS:
22
- BigInt (3.1.0):
33
- SipHash (~> 1.2)
4-
- CryptoSwift (0.13.0)
4+
- CryptoSwift (0.15.0)
55
- EthereumABI (1.1.1):
66
- BigInt (~> 3.1)
77
- CryptoSwift (~> 0.13)
88
- EthereumAddress (~> 1.0.0)
99
- EthereumAddress (1.0.0):
1010
- CryptoSwift (~> 0.13)
11-
- PromiseKit (6.5.2):
12-
- PromiseKit/CorePromise (= 6.5.2)
13-
- PromiseKit/Foundation (= 6.5.2)
14-
- PromiseKit/UIKit (= 6.5.2)
15-
- PromiseKit/CorePromise (6.5.2)
16-
- PromiseKit/Foundation (6.5.2):
11+
- PromiseKit (6.4.1):
12+
- PromiseKit/CorePromise (= 6.4.1)
13+
- PromiseKit/Foundation (= 6.4.1)
14+
- PromiseKit/UIKit (= 6.4.1)
15+
- PromiseKit/CorePromise (6.4.1)
16+
- PromiseKit/Foundation (6.4.1):
1717
- PromiseKit/CorePromise
18-
- PromiseKit/UIKit (6.5.2):
18+
- PromiseKit/UIKit (6.4.1):
1919
- PromiseKit/CorePromise
20-
- scrypt (2.0):
21-
- CryptoSwift (~> 0.11)
2220
- secp256k1_swift (1.0.3)
2321
- SipHash (1.2.2)
24-
- SwiftRLP (1.2):
22+
- Starscream (3.1.0)
23+
- SwiftRLP (1.1):
2524
- BigInt (~> 3.1)
26-
- web3swift (2.0.1):
27-
- BigInt (~> 3.1)
28-
- CryptoSwift (~> 0.13)
29-
- EthereumABI (~> 1.1.1)
30-
- EthereumAddress (~> 1.0.0)
31-
- PromiseKit (~> 6.3)
32-
- scrypt (~> 2.0)
33-
- secp256k1_swift (~> 1.0.3)
34-
- SwiftRLP (~> 1.1)
25+
- web3swift (2.1.3):
26+
- BigInt (= 3.1)
27+
- CryptoSwift (= 0.15.0)
28+
- EthereumABI (= 1.1.1)
29+
- EthereumAddress (= 1.0.0)
30+
- PromiseKit (= 6.4.1)
31+
- secp256k1_swift (= 1.0.3)
32+
- Starscream (= 3.1.0)
33+
- SwiftRLP (= 1.1)
3534

3635
DEPENDENCIES:
3736
- web3swift
@@ -43,24 +42,24 @@ SPEC REPOS:
4342
- EthereumABI
4443
- EthereumAddress
4544
- PromiseKit
46-
- scrypt
4745
- secp256k1_swift
4846
- SipHash
47+
- Starscream
4948
- SwiftRLP
5049
- web3swift
5150

5251
SPEC CHECKSUMS:
5352
BigInt: 76b5dfdfa3e2e478d4ffdf161aeede5502e2742f
54-
CryptoSwift: 16e78bebf567bad1c87b2d58f6547f25b74c31aa
53+
CryptoSwift: 769f58a9e89f64e8796c2e59ce5f002dc81a2438
5554
EthereumABI: f040f5429e5a4366d028c88b88d9441e137593af
5655
EthereumAddress: f476e1320dca3a0024431e713ede7a09c7eb7796
57-
PromiseKit: 27c1601bfb73405871b805bcb8cf7e55c4dad3db
58-
scrypt: 3fe5b1a3b0976f97cd87488673a8f7c65708cc84
56+
PromiseKit: 4c76a6506638034e3d7bede97b2ff7743f7bd2dc
5957
secp256k1_swift: 4fc5c4b2d2c6d21ee8ccb868cdc92da12f38bed9
6058
SipHash: fad90a4683e420c52ef28063063dbbce248ea6d4
61-
SwiftRLP: 98a02b2210128353ca02e4c2f4d83e2a9796db4f
62-
web3swift: 33f30ca0e061e0f89117dfb46f5ee9f626eff6d6
59+
Starscream: 08172b481e145289c4930cb567230fb55897cfa4
60+
SwiftRLP: 5512899925f1a9e1c78c902ed3bf857880e814a0
61+
web3swift: 23cc365dd3b28e9b990813965af4bd031e108f64
6362

64-
PODFILE CHECKSUM: 6d9e2706704c1b04a380df8a28b2457bc4f325b1
63+
PODFILE CHECKSUM: 7d59dcb370ef0a49f93b0ae5e632bd4a6841c169
6564

66-
COCOAPODS: 1.6.0.beta.2
65+
COCOAPODS: 1.7.0.beta.3

Example/web3swiftExample/Pods/CryptoSwift/README.md

+20-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/web3swiftExample/Pods/CryptoSwift/Sources/CryptoSwift/Array+Extension.swift

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/web3swiftExample/Pods/CryptoSwift/Sources/CryptoSwift/BlockDecryptor.swift

+4-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/web3swiftExample/Pods/CryptoSwift/Sources/CryptoSwift/BlockMode/GCM.swift

+23-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/web3swiftExample/Pods/CryptoSwift/Sources/CryptoSwift/Digest.swift

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/web3swiftExample/Pods/CryptoSwift/Sources/CryptoSwift/Foundation/Array+Foundation.swift

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)