Skip to content

Commit 70fd714

Browse files
author
Alex Vlasov
committed
start testing an example
1 parent 6438626 commit 70fd714

File tree

427 files changed

+13130
-4345
lines changed

Some content is hidden

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

427 files changed

+13130
-4345
lines changed

Example/web3swiftExample/Podfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
platform :ios, '11.2'
22

33
target 'web3swiftExample' do
4-
use_frameworks!
4+
# use_frameworks!
5+
use_modular_headers!
56
pod 'web3swift', :git => 'https://github.com/bankex/web3swift.git'
67
end

Example/web3swiftExample/Podfile.lock

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,27 @@ PODS:
44
- Alamofire (~> 4.0)
55
- BigInt (3.0.1):
66
- SipHash (~> 1.2)
7-
- CryptoSwift (0.9.0)
7+
- CryptoSwift (0.10.0)
88
- libsodium (1.0.12)
9+
- PromiseKit (6.3.0):
10+
- PromiseKit/CorePromise (= 6.3.0)
11+
- PromiseKit/Foundation (= 6.3.0)
12+
- PromiseKit/UIKit (= 6.3.0)
13+
- PromiseKit/CorePromise (6.3.0)
14+
- PromiseKit/Foundation (6.3.0):
15+
- PromiseKit/CorePromise
16+
- PromiseKit/UIKit (6.3.0):
17+
- PromiseKit/CorePromise
918
- Result (3.0.0)
1019
- secp256k1_ios (0.1.3)
11-
- SipHash (1.2.0)
12-
- web3swift (0.7.0):
20+
- SipHash (1.2.2)
21+
- web3swift (0.9.0):
1322
- Alamofire (~> 4.7)
1423
- Alamofire-Synchronous (~> 4.0)
1524
- BigInt (~> 3.0.1)
16-
- CryptoSwift (~> 0.9.0)
25+
- CryptoSwift (~> 0.10.0)
1726
- libsodium (~> 1.0.12)
27+
- PromiseKit (~> 6.3.0)
1828
- Result (~> 3.0.0)
1929
- secp256k1_ios (~> 0.1.3)
2030

@@ -28,6 +38,7 @@ SPEC REPOS:
2838
- BigInt
2939
- CryptoSwift
3040
- libsodium
41+
- PromiseKit
3142
- Result
3243
- secp256k1_ios
3344
- SipHash
@@ -38,20 +49,21 @@ EXTERNAL SOURCES:
3849

3950
CHECKOUT OPTIONS:
4051
web3swift:
41-
:commit: b290f86b55221cba3aca5f429c6114c00c59b03a
52+
:commit: 670e012c95044e19a186de04d74011f46aff9da7
4253
:git: https://github.com/bankex/web3swift.git
4354

4455
SPEC CHECKSUMS:
4556
Alamofire: e4fa87002c137ba2d8d634d2c51fabcda0d5c223
4657
Alamofire-Synchronous: eedf1e6e961c3795a63c74990b3f7d9fbfac7e50
4758
BigInt: 8e8a52161c745cd3ab78e3dc346a9fbee51e6cf6
48-
CryptoSwift: bca8c5b653dcc2d9734409242a070ff53bafac86
59+
CryptoSwift: 6c778d69282bed3b4e975ff97a79d074f20bb011
4960
libsodium: 9a8faa5ef2fa0d2d57bd7f7d79bf8fb7c1a9f0ea
61+
PromiseKit: cf84bbb1235a61473b326c5cf0b41f6828f87ba5
5062
Result: 1b3e431f37cbcd3ad89c6aa9ab0ae55515fae3b6
5163
secp256k1_ios: ac9ef04e761f43c58012b28548afa91493761f17
52-
SipHash: c6e9e43e9c531b5bc6602545130c26194a6d31ce
53-
web3swift: 8f1248592ee8446a03b0ed6e0df15147d60d4202
64+
SipHash: fad90a4683e420c52ef28063063dbbce248ea6d4
65+
web3swift: 3aec6f5285c79d2fd5d3a5be05a813329b909934
5466

55-
PODFILE CHECKSUM: bdafe2b945771533e7dcc16ffe5f73ddd0d37406
67+
PODFILE CHECKSUM: 2b6b41ef6cd2c86449189776fb7c34f8d8e3f570
5668

57-
COCOAPODS: 1.5.2
69+
COCOAPODS: 1.5.3

Example/web3swiftExample/Pods/CryptoSwift/README.md

Lines changed: 107 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)