Skip to content

Commit 6115fdf

Browse files
authored
Merge pull request #202 from myeveryheart/master
change dependencies
2 parents 99d4dfb + afe9606 commit 6115fdf

File tree

10 files changed

+2884
-2794
lines changed

10 files changed

+2884
-2794
lines changed

Podfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
def import_pods
22
pod "PromiseKit", "~> 6.3"
3-
pod 'BigInt', '~> 3.1.0'
4-
pod 'CryptoSwift', '~> 0.10.0'
5-
pod 'Result', '~> 3.0.0'
3+
pod 'BigInt', '~> 3.1'
4+
pod 'CryptoSwift', '~> 0.10'
5+
pod 'Result', '~> 3.0'
66
pod 'libsodium', :modular_headers => true
77
pod 'secp256k1_ios', :git => 'https://github.com/shamatar/secp256k1_ios.git', :modular_headers => true
88
end

Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ PODS:
1212
- PromiseKit/CorePromise
1313
- PromiseKit/UIKit (6.3.4):
1414
- PromiseKit/CorePromise
15-
- Result (3.0.0)
15+
- Result (3.2.4)
1616
- secp256k1_ios (0.1.3)
1717
- SipHash (1.2.2)
1818

1919
DEPENDENCIES:
20-
- BigInt (~> 3.1.0)
21-
- CryptoSwift (~> 0.10.0)
20+
- BigInt (~> 3.1)
21+
- CryptoSwift (~> 0.10)
2222
- libsodium
2323
- PromiseKit (~> 6.3)
24-
- Result (~> 3.0.0)
24+
- Result (~> 3.0)
2525
- secp256k1_ios (from `https://github.com/shamatar/secp256k1_ios.git`)
2626

2727
SPEC REPOS:
@@ -47,10 +47,10 @@ SPEC CHECKSUMS:
4747
CryptoSwift: 6c778d69282bed3b4e975ff97a79d074f20bb011
4848
libsodium: 9a8faa5ef2fa0d2d57bd7f7d79bf8fb7c1a9f0ea
4949
PromiseKit: e1425568123ec844a944c93f2bcb29d511d39cf5
50-
Result: 1b3e431f37cbcd3ad89c6aa9ab0ae55515fae3b6
50+
Result: d2d07204ce72856f1fd9130bbe42c35a7b0fea10
5151
secp256k1_ios: ac9ef04e761f43c58012b28548afa91493761f17
5252
SipHash: fad90a4683e420c52ef28063063dbbce248ea6d4
5353

54-
PODFILE CHECKSUM: 693ca0807c60f75760d9a1fb2f1f3f534e248f10
54+
PODFILE CHECKSUM: 7bf3f0b4c63191f570350a917c9cf1da16215395
5555

5656
COCOAPODS: 1.5.3

Pods/Manifest.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 2700 additions & 2736 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Result/README.md

Lines changed: 38 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Result/Result/Result.swift

Lines changed: 98 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)