Skip to content

Commit 3e6364a

Browse files
authored
Bump ios target version to version 12 for capacitor 3 (#83)
1 parent 0b853f2 commit 3e6364a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodetrixStudioCapacitorGoogleAuth.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
s.author = 'CodetrixStudio'
99
s.source = { :git => 'https://github.com/CodetrixStudio/CapacitorGoogleAuth.git', :tag => s.version.to_s }
1010
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
11-
s.ios.deployment_target = '11.0'
11+
s.ios.deployment_target = '12.0'
1212
s.dependency 'Capacitor'
1313
s.dependency 'GoogleSignIn', '~> 5.0.2'
1414
s.static_framework = true

0 commit comments

Comments
 (0)