# dysmsapi-20170525 **Repository Path**: greedpzy/dysmsapi-20170525 ## Basic Information - **Project Name**: dysmsapi-20170525 - **Description**: 阿里云短信服务对应依赖库 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-12-05 - **Last Updated**: 2024-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [English](README.md) | 简体中文 ![](https://aliyunsdk-pages.alicdn.com/icons/AlibabaCloud.svg) ## Alibaba Cloud Dysmsapi SDK for Swift ## 依赖 - iOS 13.3+ / macOS 10.15+ - Xcode 11.3+ - Swift 5.6 ## 安装 ### CocoaPods [CocoaPods](https://cocoapods.org) 是 Cocoa 项目管理工具。请访问其官方网站获取关于 CocoaPods 的使用和安装说明。要使用 CocoaPods 将 `AlibabacloudDysmsapi20170525` 集成到你的 Xcode 项目中,需要在 `Podfile` 中定义以下内容: ```ruby pod 'AlibabacloudDysmsapi20170525', '~> 1.0.1' ``` ### Carthage 要使用 [Carthage](https://github.com/Carthage/Carthage) 将 `AlibabacloudDysmsapi20170525` 集成到你的 Xcode 项目中,需要在 `Cartfile` 中定义以下内容: ```ogdl github "alibabacloud-sdk-swift/dysmsapi-20170525" "1.0.1" ``` ### Swift 包管理工具 要使用 [Swift Package Manager](https://swift.org/package-manager/) 将 `AlibabacloudDysmsapi20170525` 集成到你的 Xcode 项目中,请将 `AlibabacloudDysmsapi20170525` 添加至你的 `Package.swift` 文件的 dependencies 数组内容中: ```swift dependencies: [ .package(url: "https://github.com/alibabacloud-sdk-swift/dysmsapi-20170525.git", from: "1.0.1") ] ``` 另外,还需要在 `target` 的 `dependencies` 中添加 `"AlibabacloudDysmsapi20170525"`,如下: ```swift .target( name: "", dependencies: [ "AlibabacloudDysmsapi20170525", ]), ``` ## 问题 [提交 Issue](https://github.com/alibabacloud-sdk-swift/dysmsapi-20170525/issues/new),不符合指南的问题可能会立即关闭。 ## 发行说明 每个版本的详细更改记录在[发行说明](./ChangeLog.txt)中。 ## 相关 * [开发者门户](https://next.api.aliyun.com/home) * [最新源码](https://github.com/alibabacloud-sdk-swift/dysmsapi-20170525) ## 许可证 [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) Copyright (c) 2009-present, Alibaba Cloud All rights reserved.