AlibabacloudEasyGene20210315 1.2.0

查看 AlibabacloudEasyGene20210315 1.2.0

阿里云 维护。



 
依赖
Tea~> 1.0.0
TeaUtils~> 1.0.3
AlibabacloudOpenApi~> 1.0.3
AlibabaCloudOpenApiUtil~> 1.0.1
AlibabacloudEndpointUtil~> 1.0.0
 

  • 阿里云 SDK

英文 | 简体中文

阿里云为 Swift 提供的 EasyGene SDK

要求

  • iOS 13.3+ / macOS 10.15+
  • Xcode 11.3+
  • Swift 5.6

安装

Carthage

使用 CarthageAlibabacloudEasyGene20210315 集成到您的 Xcode 项目中,在 Cartfile 中指定它。

github "alibabacloud-sdk-swift/easygene-20210315" "1.2.0"

Swift 包管理器

使用 Swift 包管理器AlibabacloudEasyGene20210315 集成到您的 Xcode 项目中,将 AlibabacloudEasyGene20210315 添加到 Package.swiftdependencies 值。

dependencies: [
    .package(url: "https://github.com/alibabacloud-sdk-swift/easygene-20210315.git", from: "1.2.0")
]

此外,您还必须将 "AlibabacloudEasyGene20210315" 添加到 targetdependencies 中,如下所示

.target(
    name: "<your-project-name>",
    dependencies: [
        "AlibabacloudEasyGene20210315",
    ])

问题

通过 提交问题,不符合指南的问题可能会立即关闭。

变更日志

每个版本详细更改记录在 发布说明 中。

参考

许可证

Apache-2.0

版权所有 (c) 2009-present, 阿里云。保留所有权利。