-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5978983
commit 4ff8cd3
Showing
444 changed files
with
68,084 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Uncomment the next line to define a global platform for your project | ||
# platform :ios, '9.0' | ||
|
||
target 'TestApplication' do | ||
# Comment the next line if you don't want to use dynamic frameworks | ||
use_frameworks! | ||
pod "Torus-utils", :path => '../../' | ||
|
||
# Pods for TestApplication | ||
|
||
target 'TestApplicationTests' do | ||
# Pods for testing | ||
end | ||
|
||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
PODS: | ||
- BigInt (4.0.0) | ||
- BlueECC (1.2.5) | ||
- CryptoSwift (1.0.0) | ||
- PromiseKit (6.8.5): | ||
- PromiseKit/CorePromise (= 6.8.5) | ||
- PromiseKit/Foundation (= 6.8.5) | ||
- PromiseKit/UIKit (= 6.8.5) | ||
- PromiseKit/CorePromise (6.8.5) | ||
- PromiseKit/Foundation (6.8.5): | ||
- PromiseKit/CorePromise | ||
- PromiseKit/UIKit (6.8.5): | ||
- PromiseKit/CorePromise | ||
- secp256k1.c (0.1.2) | ||
- Starscream (3.1.1) | ||
- Torus-fetchNodeDetails (0.0.8): | ||
- web3swift (~> 2.2.0) | ||
- Torus-utils (0.0.13): | ||
- BlueECC (~> 1.2.4) | ||
- PromiseKit/Foundation (~> 6.0) | ||
- Torus-fetchNodeDetails (~> 0.0.8) | ||
- web3swift (2.2.1): | ||
- BigInt (~> 4.0) | ||
- CryptoSwift (~> 1.0.0) | ||
- PromiseKit (~> 6.8.4) | ||
- secp256k1.c (~> 0.1) | ||
- Starscream (~> 3.1.0) | ||
|
||
DEPENDENCIES: | ||
- Torus-utils (from `../../`) | ||
|
||
SPEC REPOS: | ||
trunk: | ||
- BigInt | ||
- BlueECC | ||
- CryptoSwift | ||
- PromiseKit | ||
- secp256k1.c | ||
- Starscream | ||
- Torus-fetchNodeDetails | ||
- web3swift | ||
|
||
EXTERNAL SOURCES: | ||
Torus-utils: | ||
:path: "../../" | ||
|
||
SPEC CHECKSUMS: | ||
BigInt: 2aad1a9942dc932ec8b84290d2c564a3d76f97ab | ||
BlueECC: 0d18e93347d3ec6d41416de21c1ffa4d4cd3c2cc | ||
CryptoSwift: d81eeaa59dc5a8d03720fe919a6fd07b51f7439f | ||
PromiseKit: 9616b0afef31eae56ab9ce044c8ec2b8612a15cd | ||
secp256k1.c: db47b726585d80f027423682eb369729e61b3b20 | ||
Starscream: 4bb2f9942274833f7b4d296a55504dcfc7edb7b0 | ||
Torus-fetchNodeDetails: eb55b4b731c9e2484a83a032684679b29582da9a | ||
Torus-utils: 6e6d27b7d3dc08ab23a8a8449f4d8c14b43b7b56 | ||
web3swift: d79140b9d5fdd06a377072936b086bb7ae187157 | ||
|
||
PODFILE CHECKSUM: 6956e5430da2c75937a14806f68bd36b2a5bf4a8 | ||
|
||
COCOAPODS: 1.9.2 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
126 changes: 126 additions & 0 deletions
126
Example/TestApplication/Pods/BigInt/Sources/Addition.swift
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.