Skip to content

Commit

Permalink
Merge pull request #16 from EinfachHans/dev
Browse files Browse the repository at this point in the history
chore(release): new version
  • Loading branch information
EinfachHans authored Sep 6, 2022
2 parents 117f03d + 2512430 commit 87ed183
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 87ed183

Please sign in to comment.