@@ -21,7 +21,11 @@ let package = Package(
21
21
. library( name: " DingTalk " , targets: [ " DingTalk " ] ) ,
22
22
. library( name: " Linkedin " , targets: [ " Linkedin " ] ) ,
23
23
. 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 " ] )
25
29
] ,
26
30
dependencies: [
27
31
] ,
@@ -95,6 +99,26 @@ let package = Package(
95
99
name: " Gitee " ,
96
100
url: " https://github.com/Authing/authing-binary/releases/download/1.1.4/Gitee.xcframework.zip " ,
97
101
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 "
98
122
)
99
123
]
100
124
)
0 commit comments