Skip to content

Commit e192828

Browse files
committed
More cocoapod stuff
1 parent 2f11f63 commit e192828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.author = { "Wesley Wickwire" => "wickwirew@gmail.com" }
1212
s.ios.deployment_target = '12.0'
1313
s.tvos.deployment_target = '12.0'
14-
s.osx.deployment_target = '10.10'
14+
s.osx.deployment_target = '10.13'
1515
s.source = { :git => "https://github.com/wickwirew/Runtime.git", :tag => s.version }
1616
s.source_files = 'Sources/**/*.{swift,h}'
1717
end

0 commit comments

Comments
 (0)