Skip to content

Commit 5629f01

Browse files
committed
update OSInAppBrowserLib version on CapacitorInappbrowser.podspec
1 parent 5e6f8d6 commit 5629f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CapacitorInappbrowser.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212
s.source = { :git => package['repository']['url'], :tag => s.version.to_s }
1313
s.source_files = 'ios/Sources/InAppBrowserPlugin/*.{swift,h,m,c,cc,mm,cpp}'
1414
s.ios.deployment_target = '14.0'
15-
s.dependency 'OSInAppBrowserLib', spec='~> 2.1'
15+
s.dependency 'OSInAppBrowserLib', spec='~> 2.0.1'
1616
s.dependency 'Capacitor'
1717
s.swift_version = '5.1'
1818
end

0 commit comments

Comments
 (0)