File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ require 'json'
3
3
package = JSON . parse ( File . read ( File . join ( __dir__ , 'package.json' ) ) )
4
4
5
5
Pod ::Spec . new do |s |
6
- s . name = 'CapacitorOsInappbrowser '
6
+ s . name = 'CapacitorInappbrowser '
7
7
s . version = package [ 'version' ]
8
8
s . summary = package [ 'description' ]
9
9
s . license = package [ 'license' ]
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def capacitor_pods
14
14
pod 'CapacitorApp' , :path => '../../node_modules/@capacitor/app'
15
15
pod 'CapacitorHaptics' , :path => '../../node_modules/@capacitor/haptics'
16
16
pod 'CapacitorKeyboard' , :path => '../../node_modules/@capacitor/keyboard'
17
- pod 'CapacitorOsInappbrowser ' , :path => '../../..'
17
+ pod 'CapacitorInappbrowser ' , :path => '../../..'
18
18
pod 'CapacitorStatusBar' , :path => '../../node_modules/@capacitor/status-bar'
19
19
end
20
20
You can’t perform that action at this time.
0 commit comments