Skip to content

Commit

Permalink
Merge pull request #4 from mcdappdev/master
Browse files Browse the repository at this point in the history
Update to fix infinite loop
  • Loading branch information
rafiki270 authored May 29, 2017
2 parents 2e03fb0 + 6c10eac commit 37089b1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 115 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,4 @@ fastlane/screenshots
fastlane/test_output
.DS_Store
S3.xcodeproj
*.pins
114 changes: 0 additions & 114 deletions Package.pins

This file was deleted.

2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down

0 comments on commit 37089b1

Please sign in to comment.