File tree Expand file tree Collapse file tree 7 files changed +38787
-20098
lines changed
Sources/AlibabacloudSae20190506 Expand file tree Collapse file tree 7 files changed +38787
-20098
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
3
3
spec . name = "AlibabacloudSae20190506"
4
- spec . version = "1.0.7 "
4
+ spec . version = "1.1.0 "
5
5
spec . license = "Apache 2.0"
6
6
spec . summary = "Alibaba Cloud Serverless App Engine (20190506) SDK Library for Swift"
7
7
spec . homepage = "https://github.com/alibabacloud-sdk-swift/sae-20190506"
@@ -17,9 +17,9 @@ Pod::Spec.new do |spec|
17
17
spec . watchos . deployment_target = '6.0'
18
18
spec . tvos . deployment_target = '13.0'
19
19
20
- spec . dependency 'Tea' , '~> 1.0.0 '
21
- spec . dependency 'TeaUtils' , '~> 1.0.5 '
22
- spec . dependency 'AlibabacloudOpenApi' , '~> 1.0.4 '
20
+ spec . dependency 'Tea' , '~> 1.0.3 '
21
+ spec . dependency 'TeaUtils' , '~> 1.0.6 '
22
+ spec . dependency 'AlibabacloudOpenApi' , '~> 1.0.7 '
23
23
spec . dependency 'AlibabaCloudOpenApiUtil' , '~> 1.0.1'
24
24
spec . dependency 'AlibabacloudEndpointUtil' , '~> 1.0.0'
25
25
Original file line number Diff line number Diff line change 1
- github aliyun/tea-swift ~> 1.0.0
2
- github alibabacloud-sdk-swift/tea-utils ~> 1.0.5
3
- github alibabacloud-sdk-swift/darabonba-openapi ~> 1.0.4
1
+ github aliyun/tea-swift ~> 1.0.3
2
+ github alibabacloud-sdk-swift/tea-utils ~> 1.0.6
3
+ github alibabacloud-sdk-swift/darabonba-openapi ~> 1.0.7
4
4
github alibabacloud-sdk-swift/openapi-util ~> 1.0.1
5
5
github alibabacloud-sdk-swift/endpoint-util ~> 1.0.0
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ let package = Package(
15
15
] ,
16
16
dependencies: [
17
17
// Dependencies declare other packages that this package depends on.
18
- . 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.5 " ) ,
20
- . package ( url: " https://github.com/alibabacloud-sdk-swift/darabonba-openapi " , from: " 1.0.4 " ) ,
18
+ . package ( url: " https://github.com/aliyun/tea-swift.git " , from: " 1.0.3 " ) ,
19
+ . package ( url: " https://github.com/alibabacloud-sdk-swift/tea-utils " , from: " 1.0.6 " ) ,
20
+ . package ( url: " https://github.com/alibabacloud-sdk-swift/darabonba-openapi " , from: " 1.0.7 " ) ,
21
21
. package ( url: " https://github.com/alibabacloud-sdk-swift/openapi-util " , from: " 1.0.1 " ) ,
22
22
. package ( url: " https://github.com/alibabacloud-sdk-swift/endpoint-util " , from: " 1.0.0 " ) ,
23
23
] ,
Original file line number Diff line number Diff line change 17
17
要使用 [ Carthage] ( https://github.com/Carthage/Carthage ) 将 ` AlibabacloudSae20190506 ` 集成到你的 Xcode 项目中,需要在 ` Cartfile ` 中定义以下内容:
18
18
19
19
``` ogdl
20
- github "alibabacloud-sdk-swift/sae-20190506" "1.0.7 "
20
+ github "alibabacloud-sdk-swift/sae-20190506" "1.1.0 "
21
21
```
22
22
23
23
### Swift 包管理工具
@@ -26,7 +26,7 @@ github "alibabacloud-sdk-swift/sae-20190506" "1.0.7"
26
26
27
27
``` swift
28
28
dependencies: [
29
- .package (url : " https://github.com/alibabacloud-sdk-swift/sae-20190506.git" , from : " 1.0.7 " )
29
+ .package (url : " https://github.com/alibabacloud-sdk-swift/sae-20190506.git" , from : " 1.1.0 " )
30
30
]
31
31
```
32
32
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ English | [简体中文](README-CN.md)
17
17
To integrate ` AlibabacloudSae20190506 ` into your Xcode project using [ Carthage] ( https://github.com/Carthage/Carthage ) , specify it in your ` Cartfile ` :
18
18
19
19
``` ogdl
20
- github "alibabacloud-sdk-swift/sae-20190506" "1.0.7 "
20
+ github "alibabacloud-sdk-swift/sae-20190506" "1.1.0 "
21
21
```
22
22
23
23
### Swift Package Manager
@@ -26,7 +26,7 @@ To integrate `AlibabacloudSae20190506` into your Xcode project using [Swift Pack
26
26
27
27
``` swift
28
28
dependencies: [
29
- .package (url : " https://github.com/alibabacloud-sdk-swift/sae-20190506.git" , from : " 1.0.7 " )
29
+ .package (url : " https://github.com/alibabacloud-sdk-swift/sae-20190506.git" , from : " 1.1.0 " )
30
30
]
31
31
```
32
32
You can’t perform that action at this time.
0 commit comments