Skip to content

Commit

Permalink
fix(ios): set deployment target to 13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Aug 4, 2022
1 parent 253c423 commit dcda399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CapacitorCommunityTextToSpeech.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.author = package['author']
s.source = { :git => package['repository']['url'], :tag => s.version.to_s }
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
s.ios.deployment_target = '12.0'
s.ios.deployment_target = '13.0'
s.dependency 'Capacitor'
s.swift_version = '5.1'
end

0 comments on commit dcda399

Please sign in to comment.