Skip to content

Commit a23d90b

Browse files
authored
Merge branch 'develop' into develop
2 parents 6513905 + 4249965 commit a23d90b

File tree

906 files changed

+270748
-124
lines changed

Some content is hidden

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

906 files changed

+270748
-124
lines changed
File renamed without changes.

73a65a1766e605eaeb5d699fcaa8da02

Lines changed: 0 additions & 1 deletion
This file was deleted.

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ github "attaswift/BigInt" "v5.3.0"
22
github "attaswift/SipHash" "v1.2.2"
33
github "daltoniam/Starscream" "4.0.4"
44
github "krzyzanowskim/CryptoSwift" "1.4.2"
5-
github "mxcl/PromiseKit" "6.16.0"
5+
github "mxcl/PromiseKit" "6.16.1"

Carthage/Checkouts/PromiseKit/PromiseKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "PromiseKit"
33

4-
s.version = '6.15.3'
4+
s.version = '6.16.1'
55

66
s.source = {
77
:git => "https://github.com/mxcl/#{s.name}.git",

Carthage/Checkouts/PromiseKit/PromiseKit.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,7 @@
932932
CLANG_WARN_UNREACHABLE_CODE = YES;
933933
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
934934
COPY_PHASE_STRIP = NO;
935-
CURRENT_PROJECT_VERSION = 6.15.3;
935+
CURRENT_PROJECT_VERSION = 6.16.1;
936936
DEBUG_INFORMATION_FORMAT = dwarf;
937937
DYLIB_COMPATIBILITY_VERSION = 1;
938938
DYLIB_CURRENT_VERSION = 1;
@@ -994,7 +994,7 @@
994994
CLANG_WARN_UNREACHABLE_CODE = YES;
995995
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
996996
COPY_PHASE_STRIP = NO;
997-
CURRENT_PROJECT_VERSION = 6.15.3;
997+
CURRENT_PROJECT_VERSION = 6.16.1;
998998
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
999999
DYLIB_COMPATIBILITY_VERSION = 1;
10001000
DYLIB_CURRENT_VERSION = 1;

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.

0 commit comments

Comments
 (0)