Skip to content

Commit 7ea058e

Browse files
authored
Merge pull request #53 from matterinc/feature/ENSsupport
Feature/ENSsupport
2 parents dbf0f97 + 69cd72a commit 7ea058e

File tree

128 files changed

+1664
-1303
lines changed

Some content is hidden

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

128 files changed

+1664
-1303
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ xcode_scheme: web3swift-iOS
55
xcode_destination: platform=iOS Simulator, OS=12.0, name=iPhone X
66
before_install:
77
- gem install cocoapods --pre --no-rdoc --no-ri --no-document --quiet
8-
- pod install
8+
- pod install --repo-update
99
script:
1010
- xcodebuild -scheme web3swift-iOS -workspace web3swift.xcworkspace -sdk iphonesimulator build test
1111
after_success:

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
def import_pods
22
pod 'scrypt', '~> 2.0'
3-
pod "PromiseKit", "~> 6.3"
3+
pod "PromiseKit", "~> 6.4.1"
44
pod 'BigInt', '~> 3.1'
55
pod 'CryptoSwift', '~> 0.11'
66
pod 'Result', '~> 4.0'

Podfile.lock

100755100644
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ PODS:
2020
DEPENDENCIES:
2121
- BigInt (~> 3.1)
2222
- CryptoSwift (~> 0.11)
23-
- PromiseKit (~> 6.3)
23+
- PromiseKit (~> 6.4.1)
2424
- Result (~> 4.0)
2525
- scrypt (~> 2.0)
2626
- secp256k1_ios (from `https://github.com/shamatar/secp256k1_ios.git`)
@@ -52,6 +52,6 @@ SPEC CHECKSUMS:
5252
secp256k1_ios: ac9ef04e761f43c58012b28548afa91493761f17
5353
SipHash: fad90a4683e420c52ef28063063dbbce248ea6d4
5454

55-
PODFILE CHECKSUM: f6c71566157938ba8afa59f1e6a3ffc11d709d7b
55+
PODFILE CHECKSUM: 809fc36118e9c566db575d7ab123e35b5acc3df5
5656

5757
COCOAPODS: 1.6.0.beta.1

Pods/BigInt/LICENSE.md

100755100644
File mode changed.

Pods/BigInt/README.md

100755100644
File mode changed.

Pods/BigInt/sources/Addition.swift

100755100644
File mode changed.

Pods/BigInt/sources/BigInt.swift

100755100644
File mode changed.

Pods/BigInt/sources/BigUInt.swift

100755100644
File mode changed.

Pods/BigInt/sources/Bitwise Ops.swift

100755100644
File mode changed.

Pods/BigInt/sources/Codable.swift

100755100644
File mode changed.

0 commit comments

Comments
 (0)