Skip to content

Commit

Permalink
fix(ios): update Deployment Target to 13 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
sreejith-mv authored Sep 6, 2022
1 parent 117f03d commit 2512430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CapacitorEmailComposer.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 2512430

Please sign in to comment.