mirror of https://github.com/xaoxuu/ProHUD
更新依赖库版本
This commit is contained in:
parent
58d9141d56
commit
3715c1445d
|
@ -7,7 +7,7 @@
|
|||
"state": {
|
||||
"branch": null,
|
||||
"revision": "fed13e3530ca38f884d190ea5c7b12b8f3b2a41b",
|
||||
"version": "1.1.0"
|
||||
"version": "2.0.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -10,7 +10,7 @@ let package = Package(
|
|||
],
|
||||
dependencies: [
|
||||
.package(url: "https://github.com/SnapKit/SnapKit.git", "5.0.0" ..< "6.0.0"),
|
||||
.package(url: "https://github.com/xaoxuu/Inspire.git", "1.1.0" ..< "2.0.0"),
|
||||
.package(url: "https://github.com/xaoxuu/Inspire.git", "2.0.0" ..< "3.0.0"),
|
||||
],
|
||||
targets: [
|
||||
.target(
|
||||
|
|
|
@ -500,7 +500,7 @@
|
|||
repositoryURL = "https://github.com/xaoxuu/Inspire";
|
||||
requirement = {
|
||||
kind = upToNextMajorVersion;
|
||||
minimumVersion = 1.1.0;
|
||||
minimumVersion = 2.0.0;
|
||||
};
|
||||
};
|
||||
/* End XCRemoteSwiftPackageReference section */
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"state": {
|
||||
"branch": null,
|
||||
"revision": "fed13e3530ca38f884d190ea5c7b12b8f3b2a41b",
|
||||
"version": "1.1.0"
|
||||
"version": "2.0.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue