Skip to content

Commit edf33fb

Browse files
authored
Fix the repo url format
This fix is needed to allow the library to be installed using the Cocoapods podspec file. Without this change, you get this error while attempting to run `pod install`: ``` Installing react-native-background-upload (5.0.0) [!] Error installing react-native-background-upload [!] /usr/local/bin/git clone git+https://github.com/Vydia/react-native-background-upload.git /var/folders/rh/zjc3x5b91k3gsw1bsl91nw200000gn/T/d20190110-76297-1gnxeok --template= --single-branch --depth 1 Cloning into '/var/folders/rh/zjc3x5b91k3gsw1bsl91nw200000gn/T/d20190110-76297-1gnxeok'... fatal: unable to find remote helper for 'git+https' ```
1 parent f098d0c commit edf33fb

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
@@ -8,7 +8,7 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/Vydia/react-native-background-upload.git"
11+
"url": "https://github.com/Vydia/react-native-background-upload.git"
1212
},
1313
"keywords": [
1414
"NSURLSession",

0 commit comments

Comments
 (0)