Skip to content

Commit 4e8d320

Browse files
committed
fixed non-standard version spec in package.json causing podspec installation to fail
[!] Invalid `Podfile` file: [!] Invalid `RNFirebaseUi.podspec` file: Malformed version number string v0.1.2. # from /Users/hein/repos/scratch/RN61/node_modules/react-native-firebaseui/RNFirebaseUi.podspec:15 # ------------------------------------------- # > s.source = { :git => "https://github.com/rmrs/react-native-firebaseui.git", :tag => "#{s.version}" } # s.source_files = "ios/**/*.{h,m}" # -------------------------------------------
1 parent 85a688d commit 4e8d320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-firebaseui",
3-
"version": "v0.1.2",
3+
"version": "0.1.2",
44
"description": "React Native Firebase Bindings Based on FirebaseUI SDK",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)