Skip to content

Commit 7ab20b1

Browse files
committed
Update CapacitorRazorpay.podspec
Capacitor migration 4 iOS
1 parent 2b3aa78 commit 7ab20b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CapacitorRazorpay.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ 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'
1616
s.dependency 'razorpay-pod'
1717
s.swift_version = '5.1'

0 commit comments

Comments
 (0)