File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Sources/Storage/Foundation Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'LeanCloud'
3- s . version = '16.3 .0'
3+ s . version = '16.4 .0'
44 s . license = { :type => 'Apache License, Version 2.0' , :file => 'LICENSE' }
55 s . summary = 'LeanCloud Swift SDK'
66 s . homepage = 'https://leancloud.cn/'
@@ -20,7 +20,7 @@ Pod::Spec.new do |s|
2020 end
2121
2222 s . subspec 'IM' do |ss |
23- ss . dependency 'SwiftProtobuf' , '~> 1.5 .0'
23+ ss . dependency 'SwiftProtobuf' , '~> 1.6 .0'
2424 ss . dependency 'Starscream' , '~> 3.1.0'
2525 ss . dependency 'FMDB' , '~> 2.7.0'
2626
Original file line number Diff line number Diff line change 88
99import Foundation
1010
11- public let version = " 16.3 .0 "
11+ public let version = " 16.4 .0 "
1212
1313/// `version` is a common word, so use `__LeanCloudVersion` to wrap it to avoid conflict.
1414var __LeanCloudVersion : String {
You can’t perform that action at this time.
0 commit comments