Skip to content

Commit bea71c4

Browse files
authored
Merge pull request #10 from CoolBitX-Technology/fix/realm-ios-pod-install-error
fix: cannot found podspec issue
2 parents 169ef05 + 45e6fd4 commit bea71c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"Thibault Malbranche <[email protected]>"
1111
],
1212
"license": "MIT",
13-
"version": "13.13.4-cbx.4",
13+
"version": "13.13.4-cbx.5",
1414
"publishConfig": {
1515
"access": "public",
1616
"registry": "https://registry.npmjs.org/"

react-native-webview.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ios_platform = new_arch_enabled ? '11.0' : '9.0'
66
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
77

88
Pod::Spec.new do |s|
9-
s.name = package['name']
9+
s.name = "react-native-webview"
1010
s.version = package['version']
1111
s.summary = package['description']
1212
s.license = package['license']

0 commit comments

Comments
 (0)