File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- 17.6.1
1+ 17.6.2
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'LeanCloud'
3- s . version = '17.6.1 '
3+ s . version = '17.6.2 '
44 s . license = { :type => 'Apache License, Version 2.0' , :file => 'LICENSE' }
55 s . summary = 'LeanCloud Swift SDK'
66 s . homepage = 'https://leancloud.cn/'
@@ -16,13 +16,13 @@ Pod::Spec.new do |s|
1616 s . watchos . deployment_target = '3.0'
1717
1818 s . subspec 'Foundation' do |ss |
19- ss . dependency 'Alamofire' , '~> 5.2 '
19+ ss . dependency 'Alamofire' , '~> 5.3 '
2020
2121 ss . source_files = 'Sources/Foundation/**/*.{swift}'
2222 end
2323
2424 s . subspec 'RTM' do |ss |
25- ss . dependency 'SwiftProtobuf' , '~> 1.12 '
25+ ss . dependency 'SwiftProtobuf' , '~> 1.13 '
2626 ss . dependency 'GRDB.swift' , '~> 4.14'
2727
2828 ss . dependency 'LeanCloud/Foundation' , "#{ s . version } "
@@ -31,7 +31,7 @@ Pod::Spec.new do |s|
3131 end
3232
3333 s . subspec 'RTM-no-local-storage' do |ss |
34- ss . dependency 'SwiftProtobuf' , '~> 1.12 '
34+ ss . dependency 'SwiftProtobuf' , '~> 1.13 '
3535
3636 ss . dependency 'LeanCloud/Foundation' , "#{ s . version } "
3737
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ let package = Package(
1515 . library( name: " LeanCloud " , targets: [ " LeanCloud " ] ) ,
1616 ] ,
1717 dependencies: [
18- . package ( url: " https://github.com/Alamofire/Alamofire.git " , . upToNextMajor( from: " 5.2 .0 " ) ) ,
19- . package ( url: " https://github.com/apple/swift-protobuf.git " , . upToNextMajor( from: " 1.12 .0 " ) ) ,
18+ . package ( url: " https://github.com/Alamofire/Alamofire.git " , . upToNextMajor( from: " 5.3 .0 " ) ) ,
19+ . package ( url: " https://github.com/apple/swift-protobuf.git " , . upToNextMajor( from: " 1.13 .0 " ) ) ,
2020 . package ( url: " https://github.com/apple/swift-nio-zlib-support.git " , from: " 1.0.0 " ) ,
2121 . package ( url: " https://github.com/groue/GRDB.swift.git " , . upToNextMajor( from: " 4.14.0 " ) )
2222 ] ,
Original file line number Diff line number Diff line change 99import Foundation
1010
1111public struct Version {
12- public static let versionString = " 17.6.1 "
12+ public static let versionString = " 17.6.2 "
1313}
You can’t perform that action at this time.
0 commit comments