Skip to content

Commit ff191e5

Browse files
committed
Version - 1.1.5
1 parent ab92124 commit ff191e5

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

Package.swift

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ let package = Package(
2121
.library(name: "DingTalk", targets: ["DingTalk"]),
2222
.library(name: "Linkedin", targets: ["Linkedin"]),
2323
.library(name: "Github", targets: ["Github"]),
24-
.library(name: "Gitee", targets: ["Gitee"])
24+
.library(name: "Gitee", targets: ["Gitee"]),
25+
.library(name: "GitLab", targets: ["GitLab"]),
26+
.library(name: "Douyin", targets: ["Douyin"]),
27+
.library(name: "Kuaishou", targets: ["Kuaishou"]),
28+
.library(name: "Xiaomi", targets: ["Xiaomi"])
2529
],
2630
dependencies: [
2731
],
@@ -95,6 +99,26 @@ let package = Package(
9599
name: "Gitee",
96100
url: "https://github.com/Authing/authing-binary/releases/download/1.1.4/Gitee.xcframework.zip",
97101
checksum: "387ec981e99470658d3a29837bb20268dbe0b8819c9173ff28f978f5562490c9"
102+
),
103+
.binaryTarget(
104+
name: "GitLab",
105+
url: "https://github.com/Authing/authing-binary/releases/download/1.1.5/GitLab.xcframework.zip",
106+
checksum: "668d6fc73312bf7bd9723ed7482883119569070a22f48df08f4fc6b870087522"
107+
),
108+
.binaryTarget(
109+
name: "Douyin",
110+
url: "https://github.com/Authing/authing-binary/releases/download/1.1.5/Douyin.xcframework.zip",
111+
checksum: "1c2ed7a3bbf715dbea0801f9e3582e4a101fc3528841ad78de49e3de1f6e63ee"
112+
),
113+
.binaryTarget(
114+
name: "Kuaishou",
115+
url: "https://github.com/Authing/authing-binary/releases/download/1.1.5/Kuaishou.xcframework.zip",
116+
checksum: "62398d7ff2c03496441d63500b6af522ad28dad53b815ffcb5a13ce464e2fb6c"
117+
),
118+
.binaryTarget(
119+
name: "Xiaomi",
120+
url: "https://github.com/Authing/authing-binary/releases/download/1.1.5/Xiaomi.xcframework.zip",
121+
checksum: "fbf38ebd2192f6b054627f8f2e7c4213fe4416b7692b209475c9e71d9f4d6425"
98122
)
99123
]
100124
)

0 commit comments

Comments
 (0)