Skip to content

Commit 59d1e76

Browse files
committed
Generated swift 2017-09-08 for hbr.
1 parent 62afdea commit 59d1e76

File tree

7 files changed

+15639
-9535
lines changed

7 files changed

+15639
-9535
lines changed

AlibabacloudHbr20170908.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |spec|
22

33
spec.name = "AlibabacloudHbr20170908"
4-
spec.version = "1.0.0"
4+
spec.version = "1.0.1"
55
spec.license = "Apache 2.0"
66
spec.summary = "Alibaba Cloud Hybrid Backup (20170908) SDK Library for Swift"
77
spec.homepage = "https://github.com/alibabacloud-sdk-swift/hbr-20170908"
@@ -18,8 +18,8 @@ Pod::Spec.new do |spec|
1818
spec.tvos.deployment_target = '13.0'
1919

2020
spec.dependency 'Tea', '~> 1.0.0'
21-
spec.dependency 'TeaUtils', '~> 1.0.1'
22-
spec.dependency 'AlibabacloudOpenApi', '~> 1.0.0'
21+
spec.dependency 'TeaUtils', '~> 1.0.3'
22+
spec.dependency 'AlibabacloudOpenApi', '~> 1.0.3'
2323
spec.dependency 'AlibabaCloudOpenApiUtil', '~> 1.0.1'
2424
spec.dependency 'AlibabacloudEndpointUtil', '~> 1.0.0'
2525

Cartfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
github aliyun/tea-swift ~> 1.0.0
2-
github alibabacloud-sdk-swift/tea-utils ~> 1.0.1
3-
github alibabacloud-sdk-swift/darabonba-openapi ~> 1.0.0
2+
github alibabacloud-sdk-swift/tea-utils ~> 1.0.3
3+
github alibabacloud-sdk-swift/darabonba-openapi ~> 1.0.3
44
github alibabacloud-sdk-swift/openapi-util ~> 1.0.1
55
github alibabacloud-sdk-swift/endpoint-util ~> 1.0.0

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ let package = Package(
1616
dependencies: [
1717
// Dependencies declare other packages that this package depends on.
1818
.package(url: "https://github.com/aliyun/tea-swift.git", from: "1.0.0"),
19-
.package(url: "https://github.com/alibabacloud-sdk-swift/tea-utils", from: "1.0.1"),
20-
.package(url: "https://github.com/alibabacloud-sdk-swift/darabonba-openapi", from: "1.0.0"),
19+
.package(url: "https://github.com/alibabacloud-sdk-swift/tea-utils", from: "1.0.3"),
20+
.package(url: "https://github.com/alibabacloud-sdk-swift/darabonba-openapi", from: "1.0.3"),
2121
.package(url: "https://github.com/alibabacloud-sdk-swift/openapi-util", from: "1.0.1"),
2222
.package(url: "https://github.com/alibabacloud-sdk-swift/endpoint-util", from: "1.0.0"),
2323
],

README-CN.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,12 @@
1212

1313
## 安装
1414

15-
### CocoaPods
16-
17-
[CocoaPods](https://cocoapods.org) 是 Cocoa 项目管理工具。请访问其官方网站获取关于 CocoaPods 的使用和安装说明。要使用 CocoaPods 将 `AlibabacloudHbr20170908` 集成到你的 Xcode 项目中,需要在 `Podfile` 中定义以下内容:
18-
19-
```ruby
20-
pod 'AlibabacloudHbr20170908', '~> 1.0.0'
21-
```
22-
2315
### Carthage
2416

2517
要使用 [Carthage](https://github.com/Carthage/Carthage)`AlibabacloudHbr20170908` 集成到你的 Xcode 项目中,需要在 `Cartfile` 中定义以下内容:
2618

2719
```ogdl
28-
github "alibabacloud-sdk-swift/hbr-20170908" "1.0.0"
20+
github "alibabacloud-sdk-swift/hbr-20170908" "1.0.1"
2921
```
3022

3123
### Swift 包管理工具
@@ -34,7 +26,7 @@ github "alibabacloud-sdk-swift/hbr-20170908" "1.0.0"
3426

3527
```swift
3628
dependencies: [
37-
.package(url: "https://github.com/alibabacloud-sdk-swift/hbr-20170908.git", from: "1.0.0")
29+
.package(url: "https://github.com/alibabacloud-sdk-swift/hbr-20170908.git", from: "1.0.1")
3830
]
3931
```
4032

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,12 @@ English | [简体中文](README-CN.md)
1212

1313
## Installation
1414

15-
### CocoaPods
16-
17-
[CocoaPods](https://cocoapods.org) is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate `AlibabacloudHbr20170908` into your Xcode project using CocoaPods, specify it in your `Podfile`:
18-
19-
```ruby
20-
pod 'AlibabacloudHbr20170908', '~> 1.0.0'
21-
```
22-
2315
### Carthage
2416

2517
To integrate `AlibabacloudHbr20170908` into your Xcode project using [Carthage](https://github.com/Carthage/Carthage), specify it in your `Cartfile`:
2618

2719
```ogdl
28-
github "alibabacloud-sdk-swift/hbr-20170908" "1.0.0"
20+
github "alibabacloud-sdk-swift/hbr-20170908" "1.0.1"
2921
```
3022

3123
### Swift Package Manager
@@ -34,7 +26,7 @@ To integrate `AlibabacloudHbr20170908` into your Xcode project using [Swift Pack
3426

3527
```swift
3628
dependencies: [
37-
.package(url: "https://github.com/alibabacloud-sdk-swift/hbr-20170908.git", from: "1.0.0")
29+
.package(url: "https://github.com/alibabacloud-sdk-swift/hbr-20170908.git", from: "1.0.1")
3830
]
3931
```
4032

0 commit comments

Comments
 (0)