File tree 2 files changed +9
-10
lines changed
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|
11
11
s . homepage = "https://github.com/ReactiveCocoa/Loop/"
12
12
s . license = { :type => "MIT" , :file => "LICENSE" }
13
13
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'
18
18
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}" ]
20
20
21
21
s . cocoapods_version = ">= 1.7.0"
22
- s . swift_versions = [ "5.0" , "5.1 "]
22
+ s . swift_versions = [ "5.2 " ]
23
23
24
24
s . dependency "ReactiveSwift" , "~> 6.0"
25
25
end
You can’t perform that action at this time.
0 commit comments