Skip to content

Commit

Permalink
More cocoapod stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
wickwirew committed May 31, 2024
1 parent 2f11f63 commit e192828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Runtime.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.author = { "Wesley Wickwire" => "[email protected]" }
s.ios.deployment_target = '12.0'
s.tvos.deployment_target = '12.0'
s.osx.deployment_target = '10.10'
s.osx.deployment_target = '10.13'
s.source = { :git => "https://github.com/wickwirew/Runtime.git", :tag => s.version }
s.source_files = 'Sources/**/*.{swift,h}'
end

0 comments on commit e192828

Please sign in to comment.