File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11Pod ::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
1919end
Original file line number Diff line number Diff line change 88
99import Foundation
1010
11- public let Version = " 1.2 .0 "
11+ public let Version = " 1.3 .0 "
1212
1313/**
1414 Initialize LeanCloud SDK.
You can’t perform that action at this time.
0 commit comments