Skip to content

Commit 3020766

Browse files
committed
Bump version to 1.3.0
1 parent 6723c10 commit 3020766

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

LeanCloud.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
Pod::Spec.new do |s|
22
s.name = 'LeanCloud'
3-
s.version = '1.2.0'
3+
s.version = '1.3.0'
44
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
55
s.summary = 'LeanCloud Swift SDK'
66
s.homepage = 'https://leancloud.cn/'
77
s.authors = 'LeanCloud'
88
s.source = { :git => 'https://github.com/leancloud/swift-sdk.git', :tag => s.version }
99

10-
s.ios.deployment_target = '8.0'
11-
s.osx.deployment_target = '10.9'
10+
s.ios.deployment_target = '9.0'
11+
s.osx.deployment_target = '10.11'
1212
s.tvos.deployment_target = '9.0'
1313
s.watchos.deployment_target = '2.0'
1414

1515
s.subspec 'Storage' do |ss|
16-
ss.dependency 'Alamofire', '~> 3.4'
16+
ss.dependency 'Alamofire', '~> 4.0.1'
1717
ss.source_files = 'Sources/Storage/**/*.swift'
1818
end
1919
end

Sources/Storage/LeanCloud.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import Foundation
1010

11-
public let Version = "1.2.0"
11+
public let Version = "1.3.0"
1212

1313
/**
1414
Initialize LeanCloud SDK.

0 commit comments

Comments
 (0)