Skip to content

Commit 0d13166

Browse files
Ravi RanjanRavi Ranjan
authored andcommitted
Dapp Isseue solved Example with Issue number #338
#337 #321 #304 #303
1 parent 2981c53 commit 0d13166

File tree

427 files changed

+133644
-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.

427 files changed

+133644
-0
lines changed

Example/Web3supportBrowser/Podfile

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Uncomment the next line to define a global platform for your project
2+
# platform :ios, '9.0'
3+
4+
target 'Web3support' do
5+
# Comment the next line if you don't want to use dynamic frameworks
6+
use_frameworks!
7+
8+
# Pods for Web3support
9+
pod 'web3swift'
10+
11+
12+
target 'Web3supportTests' do
13+
inherit! :search_paths
14+
# Pods for testing
15+
end
16+
17+
target 'Web3supportUITests' do
18+
# Pods for testing
19+
end
20+
21+
end
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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.3.0):
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+
22+
DEPENDENCIES:
23+
- web3swift
24+
25+
SPEC REPOS:
26+
trunk:
27+
- BigInt
28+
- CryptoSwift
29+
- PromiseKit
30+
- secp256k1.c
31+
- Starscream
32+
- web3swift
33+
34+
SPEC CHECKSUMS:
35+
BigInt: 2aad1a9942dc932ec8b84290d2c564a3d76f97ab
36+
CryptoSwift: d81eeaa59dc5a8d03720fe919a6fd07b51f7439f
37+
PromiseKit: 9616b0afef31eae56ab9ce044c8ec2b8612a15cd
38+
secp256k1.c: db47b726585d80f027423682eb369729e61b3b20
39+
Starscream: 4bb2f9942274833f7b4d296a55504dcfc7edb7b0
40+
web3swift: 0f097eafe1d08f478694b882581b85a01afb6633
41+
42+
PODFILE CHECKSUM: 88c1fe5ece120ef8aac94b776e02de991c51641d
43+
44+
COCOAPODS: 1.10.2

Example/Web3supportBrowser/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/Web3supportBrowser/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/Web3supportBrowser/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/Web3supportBrowser/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)