Skip to content

Commit

Permalink
Merge pull request #53 from matterinc/feature/ENSsupport
Browse files Browse the repository at this point in the history
Feature/ENSsupport
  • Loading branch information
shamatar authored Oct 3, 2018
2 parents dbf0f97 + 69cd72a commit 7ea058e
Show file tree
Hide file tree
Showing 128 changed files with 1,664 additions and 1,303 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ xcode_scheme: web3swift-iOS
xcode_destination: platform=iOS Simulator, OS=12.0, name=iPhone X
before_install:
- gem install cocoapods --pre --no-rdoc --no-ri --no-document --quiet
- pod install
- pod install --repo-update
script:
- xcodebuild -scheme web3swift-iOS -workspace web3swift.xcworkspace -sdk iphonesimulator build test
after_success:
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
def import_pods
pod 'scrypt', '~> 2.0'
pod "PromiseKit", "~> 6.3"
pod "PromiseKit", "~> 6.4.1"
pod 'BigInt', '~> 3.1'
pod 'CryptoSwift', '~> 0.11'
pod 'Result', '~> 4.0'
Expand Down
4 changes: 2 additions & 2 deletions Podfile.lock
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ PODS:
DEPENDENCIES:
- BigInt (~> 3.1)
- CryptoSwift (~> 0.11)
- PromiseKit (~> 6.3)
- PromiseKit (~> 6.4.1)
- Result (~> 4.0)
- scrypt (~> 2.0)
- secp256k1_ios (from `https://github.com/shamatar/secp256k1_ios.git`)
Expand Down Expand Up @@ -52,6 +52,6 @@ SPEC CHECKSUMS:
secp256k1_ios: ac9ef04e761f43c58012b28548afa91493761f17
SipHash: fad90a4683e420c52ef28063063dbbce248ea6d4

PODFILE CHECKSUM: f6c71566157938ba8afa59f1e6a3ffc11d709d7b
PODFILE CHECKSUM: 809fc36118e9c566db575d7ab123e35b5acc3df5

COCOAPODS: 1.6.0.beta.1
Empty file modified Pods/BigInt/LICENSE.md
100755 → 100644
Empty file.
Empty file modified Pods/BigInt/README.md
100755 → 100644
Empty file.
Empty file modified Pods/BigInt/sources/Addition.swift
100755 → 100644
Empty file.
Empty file modified Pods/BigInt/sources/BigInt.swift
100755 → 100644
Empty file.
Empty file modified Pods/BigInt/sources/BigUInt.swift
100755 → 100644
Empty file.
Empty file modified Pods/BigInt/sources/Bitwise Ops.swift
100755 → 100644
Empty file.
Empty file modified Pods/BigInt/sources/Codable.swift
100755 → 100644
Empty file.
Empty file modified Pods/BigInt/sources/Comparable.swift
100755 → 100644
Empty file.
Empty file modified Pods/BigInt/sources/Data Conversion.swift
100755 → 100644
Empty file.
Empty file modified Pods/BigInt/sources/Division.swift
100755 → 100644
Empty file.
Empty file modified Pods/BigInt/sources/Exponentiation.swift
100755 → 100644
Empty file.
Empty file modified Pods/BigInt/sources/Floating Point Conversion.swift
100755 → 100644
Empty file.
Empty file modified Pods/BigInt/sources/GCD.swift
100755 → 100644
Empty file.
Empty file modified Pods/BigInt/sources/Hashable.swift
100755 → 100644
Empty file.
Empty file modified Pods/BigInt/sources/Integer Conversion.swift
100755 → 100644
Empty file.
Empty file modified Pods/BigInt/sources/Multiplication.swift
100755 → 100644
Empty file.
Empty file modified Pods/BigInt/sources/Prime Test.swift
100755 → 100644
Empty file.
Empty file modified Pods/BigInt/sources/Random.swift
100755 → 100644
Empty file.
Empty file modified Pods/BigInt/sources/Shifts.swift
100755 → 100644
Empty file.
Empty file modified Pods/BigInt/sources/Square Root.swift
100755 → 100644
Empty file.
Empty file modified Pods/BigInt/sources/Strideable.swift
100755 → 100644
Empty file.
Empty file modified Pods/BigInt/sources/String Conversion.swift
100755 → 100644
Empty file.
Empty file modified Pods/BigInt/sources/Subtraction.swift
100755 → 100644
Empty file.
Empty file modified Pods/BigInt/sources/Words and Bits.swift
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion Pods/Headers/Public/BigInt/BigInt-iOS-umbrella.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/Headers/Public/BigInt/BigInt-iOS.modulemap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/Headers/Public/BigInt/BigInt-macOS-umbrella.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/Headers/Public/BigInt/BigInt-macOS.modulemap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/Headers/Public/CryptoSwift/CryptoSwift-iOS-umbrella.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/Headers/Public/CryptoSwift/CryptoSwift-iOS.modulemap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/Headers/Public/PromiseKit/PromiseKit-umbrella.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/Headers/Public/PromiseKit/PromiseKit.modulemap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/Headers/Public/Result/Result-iOS-umbrella.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/Headers/Public/Result/Result-iOS.modulemap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/Headers/Public/Result/Result-macOS-umbrella.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/Headers/Public/Result/Result-macOS.modulemap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/Headers/Public/SipHash/SipHash-iOS-umbrella.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/Headers/Public/SipHash/SipHash-iOS.modulemap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/Headers/Public/SipHash/SipHash-macOS-umbrella.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/Headers/Public/SipHash/SipHash-macOS.modulemap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/Headers/Public/scrypt/scrypt-iOS-umbrella.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/Headers/Public/scrypt/scrypt-iOS.modulemap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/Headers/Public/scrypt/scrypt-macOS-umbrella.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/Headers/Public/scrypt/scrypt-macOS.modulemap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file modified Pods/Local Podspecs/secp256k1_ios.podspec.json
100755 → 100644
Empty file.
4 changes: 2 additions & 2 deletions Pods/Manifest.lock
100755 → 100644

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7ea058e

Please sign in to comment.