Skip to content

Commit c8367c9

Browse files
committed
Update the podspec and lift the min pod iOS deployment to 11.0.
CocoaPods/CocoaPods#8915 (comment)
1 parent 7856533 commit c8367c9

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

Cartfile.resolved

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
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"

Loop.podspec

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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"
2525
end

0 commit comments

Comments
 (0)