File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 1- github "Quick/Nimble" "v8.0.5"
2- github "ReactiveCocoa/ReactiveCocoa" "10.2.0"
3- github "ReactiveCocoa/ReactiveSwift" "6.2.0"
4- github "onevcat/Kingfisher" "5.13.0"
1+ github "Quick/Nimble" "v8.1.1"
2+ github "ReactiveCocoa/ReactiveCocoa" "10.3.0"
3+ github "ReactiveCocoa/ReactiveSwift" "6.3.0"
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ Pod::Spec.new do |s|
1111 s . homepage = "https://github.com/ReactiveCocoa/Loop/"
1212 s . license = { :type => "MIT" , :file => "LICENSE" }
1313 s . author = "ReactiveCocoa Community"
14- s . ios . deployment_target = '8 .0'
15- s . osx . deployment_target = '10.9 '
16- s . watchos . deployment_target = '2 .0'
17- s . tvos . deployment_target = '9 .0'
14+ s . ios . deployment_target = '11 .0'
15+ s . osx . deployment_target = '10.13 '
16+ s . watchos . deployment_target = '4 .0'
17+ s . tvos . deployment_target = '11 .0'
1818 s . source = { :git => "https://github.com/ReactiveCocoa/Loop.git" , :tag => "#{ s . version } " }
19- s . source_files = "Loop/*.{swift}"
19+ s . source_files = [ "Loop/*.{swift}" , "Loop/**/*.{swift}" , "Loop/**/**/*.{swift}" ]
2020
2121 s . cocoapods_version = ">= 1.7.0"
22- s . swift_versions = [ "5.0" , "5.1 "]
22+ s . swift_versions = [ "5.2 " ]
2323
2424 s . dependency "ReactiveSwift" , "~> 6.0"
2525end
You can’t perform that action at this time.
0 commit comments