AlibabacloudGa20191120 2.0.8

AlibabacloudGa20191120 2.0.8

阿里云维护。



 
依赖
~> 1.0.0
茶工具~> 1.0.5
阿里云开放API~> 1.0.5
阿里云开放API工具~> 1.0.1
阿里云端点工具~> 1.0.0
 

  • 阿里云SDK

英文 | 简体中文

阿里云Ga SDK for Swift

要求

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

安装

Carthage

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

github "alibabacloud-sdk-swift/ga-20191120" "2.0.2"

Swift包管理器

要使用Swift包管理器AlibabacloudGa20191120集成到您的Xcode项目中,将AlibabacloudGa20191120添加到您的Package.swift文件的dependencies值中。

dependencies: [
    .package(url: "https://github.com/alibabacloud-sdk-swift/ga-20191120.git", from: "2.0.2")
]

另外,您还需要将"AlibabacloudGa20191120"添加到targetdependencies中,如下所示

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

问题

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

变更日志

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

参考资料

许可证

Apache-2.0

版权所有 (c) 2009-至今,阿里云版权所有。