Skip to content

Commit 703f613

Browse files
author
Alex Vlasov
committed
Remove alamofire dependency
1 parent 9595e69 commit 703f613

File tree

75 files changed

+3134
-12594
lines changed

Some content is hidden

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

75 files changed

+3134
-12594
lines changed

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
def import_pods
2-
pod 'Alamofire', '~> 4.7'
3-
pod 'Alamofire-Synchronous', '~> 4.0'
2+
# pod 'Alamofire', '~> 4.7'
3+
# pod 'Alamofire-Synchronous', '~> 4.0'
44
pod "PromiseKit", "~> 6.0"
55
pod 'BigInt', '~> 3.0.1'
66
pod 'CryptoSwift', '~> 0.10.0'

Podfile.lock

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,22 @@
11
PODS:
2-
- Alamofire (4.7.2)
3-
- Alamofire-Synchronous (4.0.0):
4-
- Alamofire (~> 4.0)
52
- BigInt (3.0.1):
63
- SipHash (~> 1.2)
74
- CryptoSwift (0.10.0)
85
- 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):
6+
- PromiseKit (6.3.4):
7+
- PromiseKit/CorePromise (= 6.3.4)
8+
- PromiseKit/Foundation (= 6.3.4)
9+
- PromiseKit/UIKit (= 6.3.4)
10+
- PromiseKit/CorePromise (6.3.4)
11+
- PromiseKit/Foundation (6.3.4):
1512
- PromiseKit/CorePromise
16-
- PromiseKit/UIKit (6.3.0):
13+
- PromiseKit/UIKit (6.3.4):
1714
- PromiseKit/CorePromise
1815
- Result (3.0.0)
1916
- secp256k1_ios (0.1.3)
2017
- SipHash (1.2.2)
2118

2219
DEPENDENCIES:
23-
- Alamofire (~> 4.7)
24-
- Alamofire-Synchronous (~> 4.0)
2520
- BigInt (~> 3.0.1)
2621
- CryptoSwift (~> 0.10.0)
2722
- libsodium
@@ -31,8 +26,6 @@ DEPENDENCIES:
3126

3227
SPEC REPOS:
3328
https://github.com/cocoapods/specs.git:
34-
- Alamofire
35-
- Alamofire-Synchronous
3629
- BigInt
3730
- CryptoSwift
3831
- libsodium
@@ -50,16 +43,14 @@ CHECKOUT OPTIONS:
5043
:git: https://github.com/shamatar/secp256k1_ios.git
5144

5245
SPEC CHECKSUMS:
53-
Alamofire: e4fa87002c137ba2d8d634d2c51fabcda0d5c223
54-
Alamofire-Synchronous: eedf1e6e961c3795a63c74990b3f7d9fbfac7e50
5546
BigInt: 8e8a52161c745cd3ab78e3dc346a9fbee51e6cf6
5647
CryptoSwift: 6c778d69282bed3b4e975ff97a79d074f20bb011
5748
libsodium: 9a8faa5ef2fa0d2d57bd7f7d79bf8fb7c1a9f0ea
58-
PromiseKit: cf84bbb1235a61473b326c5cf0b41f6828f87ba5
49+
PromiseKit: e1425568123ec844a944c93f2bcb29d511d39cf5
5950
Result: 1b3e431f37cbcd3ad89c6aa9ab0ae55515fae3b6
6051
secp256k1_ios: ac9ef04e761f43c58012b28548afa91493761f17
6152
SipHash: fad90a4683e420c52ef28063063dbbce248ea6d4
6253

63-
PODFILE CHECKSUM: 223ac1f8c8d3680620ee14284487d604e8703b65
54+
PODFILE CHECKSUM: 33b88104c0e3c95fe413feb0b3b3a1e30c9cfb58
6455

6556
COCOAPODS: 1.5.3

Pods/Alamofire-Synchronous/LICENSE

Lines changed: 0 additions & 22 deletions
This file was deleted.

Pods/Alamofire-Synchronous/README.md

Lines changed: 0 additions & 110 deletions
This file was deleted.

0 commit comments

Comments
 (0)