Skip to content

Commit

Permalink
added cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
metallicalfa2 committed May 27, 2020
1 parent 5978983 commit 4ff8cd3
Show file tree
Hide file tree
Showing 444 changed files with 68,084 additions and 6 deletions.
15 changes: 15 additions & 0 deletions Example/TestApplication/Podfile
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
60 changes: 60 additions & 0 deletions Example/TestApplication/Podfile.lock
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
20 changes: 20 additions & 0 deletions Example/TestApplication/Pods/BigInt/LICENSE.md

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

440 changes: 440 additions & 0 deletions Example/TestApplication/Pods/BigInt/README.md

Large diffs are not rendered by default.

126 changes: 126 additions & 0 deletions Example/TestApplication/Pods/BigInt/Sources/Addition.swift

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

74 changes: 74 additions & 0 deletions Example/TestApplication/Pods/BigInt/Sources/BigInt.swift

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

Loading

0 comments on commit 4ff8cd3

Please sign in to comment.