Skip to content

Commit

Permalink
change dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario committed Jul 30, 2018
1 parent 85d82da commit afe9606
Show file tree
Hide file tree
Showing 10 changed files with 2,884 additions and 2,794 deletions.
6 changes: 3 additions & 3 deletions Podfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
def import_pods
pod "PromiseKit", "~> 6.3"
pod 'BigInt', '~> 3.1.0'
pod 'CryptoSwift', '~> 0.10.0'
pod 'Result', '~> 3.0.0'
pod 'BigInt', '~> 3.1'
pod 'CryptoSwift', '~> 0.10'
pod 'Result', '~> 3.0'
pod 'libsodium', :modular_headers => true
pod 'secp256k1_ios', :git => 'https://github.com/shamatar/secp256k1_ios.git', :modular_headers => true
end
Expand Down
12 changes: 6 additions & 6 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ PODS:
- PromiseKit/CorePromise
- PromiseKit/UIKit (6.3.4):
- PromiseKit/CorePromise
- Result (3.0.0)
- Result (3.2.4)
- secp256k1_ios (0.1.3)
- SipHash (1.2.2)

DEPENDENCIES:
- BigInt (~> 3.1.0)
- CryptoSwift (~> 0.10.0)
- BigInt (~> 3.1)
- CryptoSwift (~> 0.10)
- libsodium
- PromiseKit (~> 6.3)
- Result (~> 3.0.0)
- Result (~> 3.0)
- secp256k1_ios (from `https://github.com/shamatar/secp256k1_ios.git`)

SPEC REPOS:
Expand All @@ -47,10 +47,10 @@ SPEC CHECKSUMS:
CryptoSwift: 6c778d69282bed3b4e975ff97a79d074f20bb011
libsodium: 9a8faa5ef2fa0d2d57bd7f7d79bf8fb7c1a9f0ea
PromiseKit: e1425568123ec844a944c93f2bcb29d511d39cf5
Result: 1b3e431f37cbcd3ad89c6aa9ab0ae55515fae3b6
Result: d2d07204ce72856f1fd9130bbe42c35a7b0fea10
secp256k1_ios: ac9ef04e761f43c58012b28548afa91493761f17
SipHash: fad90a4683e420c52ef28063063dbbce248ea6d4

PODFILE CHECKSUM: 693ca0807c60f75760d9a1fb2f1f3f534e248f10
PODFILE CHECKSUM: 7bf3f0b4c63191f570350a917c9cf1da16215395

COCOAPODS: 1.5.3
12 changes: 6 additions & 6 deletions Pods/Manifest.lock

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

5,436 changes: 2,700 additions & 2,736 deletions Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

53 changes: 38 additions & 15 deletions Pods/Result/README.md

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

112 changes: 98 additions & 14 deletions Pods/Result/Result/Result.swift

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

Loading

0 comments on commit afe9606

Please sign in to comment.