Skip to content

Commit

Permalink
Merge pull request #101 from arturdev/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
wickwirew authored Sep 22, 2021
2 parents 03cbe63 + 704888a commit dad0313
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" => "wickwirew@gmail.com" }
s.ios.deployment_target = '9.0'
s.tvos.deployment_target = '9.0'
s.macos.deployment_target = '10.10'
s.osx.deployment_target = '10.10'
s.source = { :git => "https://github.com/wickwirew/Runtime.git", :tag => s.version }
s.source_files = 'Sources/**/*.{swift,h}'
end

0 comments on commit dad0313

Please sign in to comment.