@@ -17,13 +17,31 @@ let package = Package(
1717 // Dependencies declare other packages that this package depends on.
1818 . package ( url: " https://github.com/aliyun/tea-swift.git " , from: " 1.0.2 " ) ,
1919 . package ( url: " https://github.com/alibabacloud-sdk-swift/alibabacloud-gateway-spi " , from: " 0.0.1 " ) ,
20+ . package ( url: " https://github.com/aliyun/credentials-swift " , from: " 1.0.1 " ) ,
21+ . package ( url: " https://github.com/alibabacloud-sdk-swift/tea-utils " , from: " 1.0.6 " ) ,
22+ . package ( url: " https://github.com/alibabacloud-sdk-swift/openapi-util " , from: " 1.0.1 " ) ,
23+ . package ( url: " https://github.com/alibabacloud-sdk-swift/endpoint-util " , from: " 1.0.0 " ) ,
24+ . package ( url: " https://github.com/darabonba/darabonba_EncodeUtil.git " , from: " 0.0.6 " ) ,
25+ . package ( url: " https://github.com/darabonba/darabonba_SignatureUtil.git " , from: " 0.0.9 " ) ,
26+ . package ( url: " https://github.com/darabonba/darabonba_String.git " , from: " 0.0.12 " ) ,
27+ . package ( url: " https://github.com/darabonba/darabonba_Map.git " , from: " 0.0.5 " ) ,
28+ . package ( url: " https://github.com/darabonba/darabonba_Array.git " , from: " 0.1.0 " ) ,
2029 ] ,
2130 targets: [
2231 . target(
2332 name: " AlibabacloudGatewayPOP " ,
2433 dependencies: [
2534 . product( name: " Tea " , package : " tea-swift " ) ,
26- . product( name: " AlibabacloudGatewaySPI " , package : " alibabacloud-gateway-spi " )
35+ . product( name: " AlibabacloudGatewaySPI " , package : " alibabacloud-gateway-spi " ) ,
36+ . product( name: " AlibabaCloudCredentials " , package : " credentials-swift " ) ,
37+ . product( name: " TeaUtils " , package : " tea-utils " ) ,
38+ . product( name: " AlibabaCloudOpenApiUtil " , package : " openapi-util " ) ,
39+ . product( name: " AlibabacloudEndpointUtil " , package : " endpoint-util " ) ,
40+ . product( name: " darabonba_EncodeUtil " , package : " darabonba_EncodeUtil " ) ,
41+ . product( name: " darabonba_SignatureUtil " , package : " darabonba_SignatureUtil " ) ,
42+ . product( name: " darabonba_String " , package : " darabonba_String " ) ,
43+ . product( name: " darabonba_Map " , package : " darabonba_Map " ) ,
44+ . product( name: " darabonba_Array " , package : " darabonba_Array " )
2745 ] ) ,
2846 ] ,
2947 swiftLanguageVersions: [ . v5]
0 commit comments