diff --git a/.gitignore b/.gitignore index 1ac53db..b99be77 100644 --- a/.gitignore +++ b/.gitignore @@ -65,3 +65,4 @@ fastlane/screenshots fastlane/test_output .DS_Store S3.xcodeproj +*.pins diff --git a/Package.pins b/Package.pins deleted file mode 100644 index 858b3c6..0000000 --- a/Package.pins +++ /dev/null @@ -1,114 +0,0 @@ -{ - "autoPin": true, - "pins": [ - { - "package": "BCrypt", - "reason": null, - "repositoryURL": "https://github.com/vapor/bcrypt.git", - "version": "1.0.0" - }, - { - "package": "Bits", - "reason": null, - "repositoryURL": "https://github.com/vapor/bits.git", - "version": "1.0.0" - }, - { - "package": "CTLS", - "reason": null, - "repositoryURL": "https://github.com/vapor/ctls.git", - "version": "1.0.0" - }, - { - "package": "Console", - "reason": null, - "repositoryURL": "https://github.com/vapor/console.git", - "version": "2.1.0" - }, - { - "package": "Core", - "reason": null, - "repositoryURL": "https://github.com/vapor/core.git", - "version": "2.0.2" - }, - { - "package": "Crypto", - "reason": null, - "repositoryURL": "https://github.com/vapor/crypto.git", - "version": "2.0.0" - }, - { - "package": "Debugging", - "reason": null, - "repositoryURL": "https://github.com/vapor/debugging.git", - "version": "1.0.0" - }, - { - "package": "Engine", - "reason": null, - "repositoryURL": "https://github.com/vapor/engine.git", - "version": "2.0.0" - }, - { - "package": "JSON", - "reason": null, - "repositoryURL": "https://github.com/vapor/json.git", - "version": "2.0.2" - }, - { - "package": "MimeLib", - "reason": null, - "repositoryURL": "https://github.com/manGoweb/MimeLib.git", - "version": "1.0.0" - }, - { - "package": "Multipart", - "reason": null, - "repositoryURL": "https://github.com/vapor/multipart.git", - "version": "2.0.0" - }, - { - "package": "Node", - "reason": null, - "repositoryURL": "https://github.com/vapor/node.git", - "version": "2.0.1" - }, - { - "package": "Random", - "reason": null, - "repositoryURL": "https://github.com/vapor/random.git", - "version": "1.0.0" - }, - { - "package": "Routing", - "reason": null, - "repositoryURL": "https://github.com/vapor/routing.git", - "version": "2.0.0" - }, - { - "package": "S3SignerAWS", - "reason": null, - "repositoryURL": "https://github.com/JustinM1/S3SignerAWS.git", - "version": "2.0.1" - }, - { - "package": "Sockets", - "reason": null, - "repositoryURL": "https://github.com/vapor/sockets.git", - "version": "2.0.1" - }, - { - "package": "TLS", - "reason": null, - "repositoryURL": "https://github.com/vapor/tls.git", - "version": "2.0.0" - }, - { - "package": "Vapor", - "reason": null, - "repositoryURL": "https://github.com/vapor/vapor.git", - "version": "2.0.2" - } - ], - "version": 1 -} \ No newline at end of file diff --git a/Package.swift b/Package.swift index 78a9e41..0a2ff0c 100644 --- a/Package.swift +++ b/Package.swift @@ -12,7 +12,7 @@ let package = Package( name: "S3", dependencies: [ .Package(url: "https://github.com/vapor/vapor.git", majorVersion: 2), - .Package(url: "https://github.com/JustinM1/S3SignerAWS.git", majorVersion: 2), + .Package(url: "https://github.com/vzsg/S3SignerAWS.git", majorVersion: 2), .Package(url: "https://github.com/manGoweb/MimeLib.git", majorVersion: 1) ], exclude: []