Skip to content
This repository was archived by the owner on Oct 29, 2021. It is now read-only.

Commit 635a61a

Browse files
committed
Dependencies updated.
1 parent 255694a commit 635a61a

File tree

120 files changed

+4070
-5492
lines changed

Some content is hidden

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

120 files changed

+4070
-5492
lines changed

Kommander/NetTask+Kommander.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ extension NetTask {
4646
nonConformingFloatDecodingStrategy: nonConformingFloatDecodingStrategy,
4747
keyDecodingStrategy: keyDecodingStrategy,
4848
userInfo: userInfo)
49-
}.success {
50-
success?($0)
51-
}.error {
52-
error?($0)
49+
}.success {
50+
success?($0)
51+
}.error {
52+
error?($0)
5353
}
5454
if let delay = delay {
5555
kommand.execute(after: delay)

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ let package = Package(
88
dependencies : [
99
.package(url: "https://github.com/Alamofire/Alamofire.git", .upToNextMajor(from: "4.7")),
1010
.package(url: "https://github.com/Moya/Moya.git", .upToNextMajor(from: "11.0")),
11-
.package(url: "https://github.com/intelygenz/Kommander-iOS.git", upToNextMajor: "1.0"),
12-
.package(url: "https://github.com/ReactiveX/RxSwift.git", .upToNextMajor(from: "4.1"))
11+
.package(url: "https://github.com/intelygenz/Kommander-iOS.git", upToNextMajor: "1.1"),
12+
.package(url: "https://github.com/ReactiveX/RxSwift.git", .upToNextMajor(from: "4.3"))
1313
],
1414
exclude: ["Example", "ExampleUITests", "Pods", "Tests"],
1515
targets: [

Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
PODS:
22
- Alamofire (4.7.3)
3-
- Kommander (1.0.2)
3+
- Kommander (1.1)
44
- Moya (11.0.2):
55
- Moya/Core (= 11.0.2)
66
- Moya/Core (11.0.2):
77
- Alamofire (~> 4.1)
88
- Result (~> 3.0)
99
- Result (3.2.4)
10-
- RxSwift (4.2.0)
10+
- RxSwift (4.3.0)
1111

1212
DEPENDENCIES:
1313
- Alamofire
@@ -25,11 +25,11 @@ SPEC REPOS:
2525

2626
SPEC CHECKSUMS:
2727
Alamofire: c7287b6e5d7da964a70935e5db17046b7fde6568
28-
Kommander: adbc5d95589487a990320d37bdf5b48d467ad28b
28+
Kommander: 39d38924a9c21796e2ac26f0b9c2bd0d15f96c74
2929
Moya: a725035953bc1c0eb1be505ab903984501d82440
3030
Result: d2d07204ce72856f1fd9130bbe42c35a7b0fea10
31-
RxSwift: 99e10317ddfcc7fbe01356aafd118fde4a0be104
31+
RxSwift: a9717a34df3179fe63563f76e046ad345078dd3a
3232

3333
PODFILE CHECKSUM: 2ad944a5e4acfdfca85dc2ee9291af91d4ba9e9a
3434

35-
COCOAPODS: 1.5.3
35+
COCOAPODS: 1.6.0.beta.1

Pods/Headers/Public/Alamofire/Alamofire-iOS-umbrella.h

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

Pods/Headers/Public/Alamofire/Alamofire-iOS-umbrella.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/Public/Alamofire/Alamofire-iOS.modulemap

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

Pods/Headers/Public/Alamofire/Alamofire-iOS.modulemap

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/Public/Alamofire/Alamofire-macOS-umbrella.h

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

Pods/Headers/Public/Alamofire/Alamofire-macOS-umbrella.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/Public/Alamofire/Alamofire-macOS.modulemap

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

0 commit comments

Comments
 (0)