Skip to content

Commit

Permalink
fix(swift5): upgrade deployment target to fix cocoapods deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Jun 5, 2024
1 parent 2921eb9 commit 3dc9a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ApiVideoUploader.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'ApiVideoUploader'
s.ios.deployment_target = '10.0'
s.osx.deployment_target = '10.12'
s.osx.deployment_target = '10.13'
s.tvos.deployment_target = '10.0'
# Add back when CocoaPods/CocoaPods#11558 is released
#s.watchos.deployment_target = '3.0'
Expand Down

0 comments on commit 3dc9a30

Please sign in to comment.