Skip to content

Commit

Permalink
Carthage fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
v57 committed Oct 1, 2018
1 parent 4b38645 commit 4833df0
Show file tree
Hide file tree
Showing 383 changed files with 36,586 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ playground.xcworkspace
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
Pods/
# Pods/
web3swift.xcworkspace/

# Carthage
Expand Down
6 changes: 6 additions & 0 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
github "Boilertalk/secp256k1.swift" "0.1.4"
github "antitypical/Result" "4.0.0"
github "attaswift/BigInt" "v3.1.0"
github "attaswift/SipHash" "v1.2.2"
github "krzyzanowskim/CryptoSwift" "0.12.0"
github "mxcl/PromiseKit" "6.4.1"
File renamed without changes.
20 changes: 20 additions & 0 deletions Pods/BigInt/LICENSE.md

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

435 changes: 435 additions & 0 deletions Pods/BigInt/README.md

Large diffs are not rendered by default.

126 changes: 126 additions & 0 deletions Pods/BigInt/sources/Addition.swift

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

76 changes: 76 additions & 0 deletions 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 4833df0

Please sign in to comment.