From 7f8eab06be0e783260ab8d347c18689e9a01d519 Mon Sep 17 00:00:00 2001 From: Roman Podymov Date: Thu, 8 Feb 2024 15:01:44 +0100 Subject: [PATCH] Carthage/SPM --- Cartfile | 4 ++-- Cartfile.private | 2 +- Cartfile.resolved | 6 +++--- Package.resolved | 25 +++++++++++++++++++++++++ Package.swift | 6 +++--- 5 files changed, 34 insertions(+), 9 deletions(-) create mode 100644 Package.resolved diff --git a/Cartfile b/Cartfile index caf0197..923d65f 100755 --- a/Cartfile +++ b/Cartfile @@ -1,2 +1,2 @@ -github "mxcl/PromiseKit" ~> 6.13.0 -github "Alamofire/Alamofire" ~> 5.2.1 +github "mxcl/PromiseKit" ~> 8.1.1 +github "Alamofire/Alamofire" ~> 5.8.1 diff --git a/Cartfile.private b/Cartfile.private index 203f6cf..c792e2c 100755 --- a/Cartfile.private +++ b/Cartfile.private @@ -1 +1 @@ -github "AliSoftware/OHHTTPStubs" ~> 8.0.0 +github "AliSoftware/OHHTTPStubs" ~> 9.1.0 diff --git a/Cartfile.resolved b/Cartfile.resolved index 7208e8d..1c9a8e0 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,3 +1,3 @@ -github "Alamofire/Alamofire" "5.2.1" -github "AliSoftware/OHHTTPStubs" "8.0.0" -github "mxcl/PromiseKit" "6.13.1" +github "Alamofire/Alamofire" "5.8.1" +github "AliSoftware/OHHTTPStubs" "9.1.0" +github "mxcl/PromiseKit" "8.1.1" diff --git a/Package.resolved b/Package.resolved new file mode 100644 index 0000000..ca40405 --- /dev/null +++ b/Package.resolved @@ -0,0 +1,25 @@ +{ + "object": { + "pins": [ + { + "package": "Alamofire", + "repositoryURL": "https://github.com/Alamofire/Alamofire.git", + "state": { + "branch": null, + "revision": "3dc6a42c7727c49bf26508e29b0a0b35f9c7e1ad", + "version": "5.8.1" + } + }, + { + "package": "PromiseKit", + "repositoryURL": "https://github.com/mxcl/PromiseKit.git", + "state": { + "branch": null, + "revision": "cb70b070cde06837cd10a1febdf6105c1a3bb348", + "version": "8.1.1" + } + } + ] + }, + "version": 1 +} diff --git a/Package.swift b/Package.swift index 9dd8471..58a6d1c 100644 --- a/Package.swift +++ b/Package.swift @@ -12,8 +12,8 @@ let package = Package( .library(name: "PMKAlamofire", targets: ["PMKAlamofire"]) ], dependencies: [ - .package(url: "https://github.com/mxcl/PromiseKit.git", from: "6.13.2"), - .package(url: "https://github.com/Alamofire/Alamofire.git", from: "5.2.2") + .package(url: "https://github.com/mxcl/PromiseKit.git", from: "8.1.1"), + .package(url: "https://github.com/Alamofire/Alamofire.git", from: "5.8.1") ], targets: [ .target(name: "PMKAlamofire", dependencies: [ @@ -21,4 +21,4 @@ let package = Package( .product(name: "Alamofire"), ], path: "Sources") ], - swiftLanguageVersions: [.v5]) \ No newline at end of file + swiftLanguageVersions: [.v5])