Skip to content

Commit 2240471

Browse files
example browser not work
1 parent 2cb866b commit 2240471

File tree

286 files changed

+174800
-0
lines changed

Some content is hidden

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

286 files changed

+174800
-0
lines changed

Example/web3swiftBrowser/Podfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
platform :ios, '12.0'
2+
3+
target 'web3swiftBrowser' do
4+
use_frameworks!
5+
pod 'web3swift', :path => '../../'
6+
pod "WKBridge"
7+
end

Example/web3swiftBrowser/Podfile.lock

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
PODS:
2+
- BigInt (4.0.0)
3+
- CryptoSwift (1.0.0)
4+
- PromiseKit (6.8.5):
5+
- PromiseKit/CorePromise (= 6.8.5)
6+
- PromiseKit/Foundation (= 6.8.5)
7+
- PromiseKit/UIKit (= 6.8.5)
8+
- PromiseKit/CorePromise (6.8.5)
9+
- PromiseKit/Foundation (6.8.5):
10+
- PromiseKit/CorePromise
11+
- PromiseKit/UIKit (6.8.5):
12+
- PromiseKit/CorePromise
13+
- secp256k1.c (0.1.2)
14+
- Starscream (3.1.1)
15+
- web3swift (2.2.1):
16+
- BigInt (~> 4.0)
17+
- CryptoSwift (~> 1.0.0)
18+
- PromiseKit (~> 6.8.4)
19+
- secp256k1.c (~> 0.1)
20+
- Starscream (~> 3.1.0)
21+
- WKBridge (0.2.4)
22+
23+
DEPENDENCIES:
24+
- web3swift (from `../../`)
25+
- WKBridge
26+
27+
SPEC REPOS:
28+
trunk:
29+
- BigInt
30+
- CryptoSwift
31+
- PromiseKit
32+
- secp256k1.c
33+
- Starscream
34+
- WKBridge
35+
36+
EXTERNAL SOURCES:
37+
web3swift:
38+
:path: "../../"
39+
40+
SPEC CHECKSUMS:
41+
BigInt: 2aad1a9942dc932ec8b84290d2c564a3d76f97ab
42+
CryptoSwift: d81eeaa59dc5a8d03720fe919a6fd07b51f7439f
43+
PromiseKit: 9616b0afef31eae56ab9ce044c8ec2b8612a15cd
44+
secp256k1.c: db47b726585d80f027423682eb369729e61b3b20
45+
Starscream: 4bb2f9942274833f7b4d296a55504dcfc7edb7b0
46+
web3swift: d79140b9d5fdd06a377072936b086bb7ae187157
47+
WKBridge: 677fc36b9a9e4a80b6f9c4e915480d8fd91f5ad5
48+
49+
PODFILE CHECKSUM: ed17f63e9fc4feec3b3d9d88971f86da22d55a1f
50+
51+
COCOAPODS: 1.8.4

Example/web3swiftBrowser/Pods/BigInt/LICENSE.md

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

Example/web3swiftBrowser/Pods/BigInt/README.md

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

Example/web3swiftBrowser/Pods/BigInt/Sources/Addition.swift

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

Example/web3swiftBrowser/Pods/BigInt/Sources/BigInt.swift

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

0 commit comments

Comments
 (0)