Skip to content

Commit d88f401

Browse files
authored
Merge pull request #383 from veerChauhan/develop
Updated Example and Updated Version for BigInt , CryptoSwift and PromiseKit dependency
2 parents 39520ec + 29b227b commit d88f401

File tree

882 files changed

+270021
-21
lines changed

Some content is hidden

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

882 files changed

+270021
-21
lines changed
File renamed without changes.

Example/Web3supportBrowser/Podfile

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Uncomment the next line to define a global platform for your project
2+
# platform :ios, '9.0'
3+
4+
source 'https://github.com/CocoaPods/Specs.git'
5+
6+
target 'Web3support' do
7+
# Comment the next line if you don't want to use dynamic frameworks
8+
use_frameworks!
9+
10+
# Pods for Web3support
11+
pod 'web3swift'
12+
13+
14+
target 'Web3supportTests' do
15+
inherit! :search_paths
16+
# Pods for testing
17+
end
18+
19+
target 'Web3supportUITests' do
20+
# Pods for testing
21+
end
22+
23+
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)