English | 简体中文
- iOS 13.3+ / macOS 10.15+
- Xcode 11.3+
- Swift 5.6
CocoaPods is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate TeaUtils
into your Xcode project using CocoaPods, specify it in your Podfile
:
pod 'TeaUtils', '~> 1.0.0'
To integrate TeaUtils
into your Xcode project using Carthage, specify it in your Cartfile
:
github "alibabacloud-sdk-swift/tea-utils" "1.0.0"
To integrate TeaUtils
into your Xcode project using Swift Package Manager , adding TeaUtils
to the dependencies
value of your Package.swift
.
dependencies: [
.package(url: "https://github.com/alibabacloud-sdk-swift/tea-utils.git", from: "1.0.0")
]
In addition, you also need to add "TeaUtils"
to the dependencies
of the target
, as follows:
.target(
name: "<your-project-name>",
dependencies: [
"TeaUtils",
])
Opening an Issue, Issues not conforming to the guidelines may be closed immediately.
Detailed changes for each release are documented in the release notes.
Copyright (c) 2009-present, Alibaba Cloud All rights reserved.