Skip to content

Commit 2d37f74

Browse files
committed
Initial Commit;
Starting with android;
1 parent b4de3ca commit 2d37f74

23 files changed

+8071
-71
lines changed

Diff for: DocumentReader.podspec

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ Pod::Spec.new do |s|
1111
s.author = package['author']
1212
s.source = { :git => package['repository']['url'], :tag => s.version.to_s }
1313
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
14-
s.ios.deployment_target = '12.0'
14+
s.ios.deployment_target = '13.0'
1515
s.dependency 'Capacitor'
16+
s.dependency 'DocumentReader', '~> 6.5.2633'
1617
s.swift_version = '5.1'
1718
end

0 commit comments

Comments
 (0)