Skip to content

Commit

Permalink
Use fork of BigInt for 4.1 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouke committed May 26, 2018
1 parent 31c7c46 commit 1ce4ec7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/.build
/Packages
/*.xcodeproj
/Package.resolved
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/IBM-Swift/BlueCryptor.git", from: "0.8.27"),
.package(url: "https://github.com/attaswift/BigInt.git", from: "3.0.2"),
.package(url: "https://github.com/Boilertalk/BigInt.swift.git", from: "1.0.0"),
],
targets: [
.target(name: "SRP", dependencies: ["Cryptor", "BigInt"], path: "Sources"),
Expand Down

0 comments on commit 1ce4ec7

Please sign in to comment.