英文 | 简体中文
- iOS 13.3+ / macOS 10.15+
- Xcode 11.3+
- Swift 5.6
要使用 Carthage 将 AlibabacloudDyplsapi20170525
集成到你的 Xcode 项目中,在你的 Cartfile
中指定它。
github "alibabacloud-sdk-swift/dyplsapi-20170525" "1.0.3"
要使用 Swift 包管理器 将 AlibabacloudDyplsapi20170525
集成到你的 Xcode 项目中,将 AlibabacloudDyplsapi20170525
添加到 Package.swift
的 dependencies
值。
dependencies: [
.package(url: "https://github.com/alibabacloud-sdk-swift/dyplsapi-20170525.git", from: "1.0.3")
]
此外,你还需要将 "AlibabacloudDyplsapi20170525"
添加到 target
的 dependencies
中,如下所示
.target(
name: "<your-project-name>",
dependencies: [
"AlibabacloudDyplsapi20170525",
])
提交问题,不符合准则的问题可能会立即关闭。
每个版本的详细更改都在 发行说明 中记录。
版权所有(c)2009-至今,阿里云。保留所有权利。