Skip to content

Commit 9505afc

Browse files
author
Alex Vlasov
committed
groundwork for 0.9.0
1 parent 1fdb8e7 commit 9505afc

File tree

167 files changed

+9673
-3666
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

167 files changed

+9673
-3666
lines changed

Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
def import_pods
22
pod 'Alamofire', '~> 4.7'
33
pod 'Alamofire-Synchronous', '~> 4.0'
4+
pod "PromiseKit", "~> 6.0"
45
pod 'BigInt', '~> 3.0.1'
56
pod 'CryptoSwift', '~> 0.10.0'
67
pod 'Result', '~> 3.0.0'

Podfile.lock

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,26 @@ PODS:
66
- SipHash (~> 1.2)
77
- CryptoSwift (0.10.0)
88
- libsodium (1.0.12)
9+
- PromiseKit (6.3.0):
10+
- PromiseKit/CorePromise (= 6.3.0)
11+
- PromiseKit/Foundation (= 6.3.0)
12+
- PromiseKit/UIKit (= 6.3.0)
13+
- PromiseKit/CorePromise (6.3.0)
14+
- PromiseKit/Foundation (6.3.0):
15+
- PromiseKit/CorePromise
16+
- PromiseKit/UIKit (6.3.0):
17+
- PromiseKit/CorePromise
918
- Result (3.0.0)
1019
- secp256k1_ios (0.1.3)
11-
- SipHash (1.2.1)
20+
- SipHash (1.2.2)
1221

1322
DEPENDENCIES:
1423
- Alamofire (~> 4.7)
1524
- Alamofire-Synchronous (~> 4.0)
1625
- BigInt (~> 3.0.1)
1726
- CryptoSwift (~> 0.10.0)
1827
- libsodium
28+
- PromiseKit (~> 6.0)
1929
- Result (~> 3.0.0)
2030
- secp256k1_ios (from `https://github.com/shamatar/secp256k1_ios.git`)
2131

@@ -26,6 +36,7 @@ SPEC REPOS:
2636
- BigInt
2737
- CryptoSwift
2838
- libsodium
39+
- PromiseKit
2940
- Result
3041
- SipHash
3142

@@ -44,10 +55,11 @@ SPEC CHECKSUMS:
4455
BigInt: 8e8a52161c745cd3ab78e3dc346a9fbee51e6cf6
4556
CryptoSwift: 6c778d69282bed3b4e975ff97a79d074f20bb011
4657
libsodium: 9a8faa5ef2fa0d2d57bd7f7d79bf8fb7c1a9f0ea
58+
PromiseKit: cf84bbb1235a61473b326c5cf0b41f6828f87ba5
4759
Result: 1b3e431f37cbcd3ad89c6aa9ab0ae55515fae3b6
4860
secp256k1_ios: ac9ef04e761f43c58012b28548afa91493761f17
49-
SipHash: b26918dbe6925368d4322374371437c62c9038e2
61+
SipHash: fad90a4683e420c52ef28063063dbbce248ea6d4
5062

51-
PODFILE CHECKSUM: 2c461e9c1483a288888d90dbec2cc53282615fad
63+
PODFILE CHECKSUM: 223ac1f8c8d3680620ee14284487d604e8703b65
5264

5365
COCOAPODS: 1.5.3

Pods/Headers/Private/PromiseKit/AnyPromise.h

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

Pods/Headers/Private/PromiseKit/NSNotificationCenter+AnyPromise.h

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

Pods/Headers/Private/PromiseKit/NSTask+AnyPromise.h

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

Pods/Headers/Private/PromiseKit/NSURLSession+AnyPromise.h

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

Pods/Headers/Private/PromiseKit/PMKFoundation.h

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

Pods/Headers/Private/PromiseKit/PMKUIKit.h

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

Pods/Headers/Private/PromiseKit/PromiseKit.h

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

Pods/Headers/Private/PromiseKit/UIView+AnyPromise.h

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

0 commit comments

Comments
 (0)