react-native-pod
Advanced tools
Comparing version
@@ -14,3 +14,3 @@ const registerPod = require("./registerPod"); | ||
} else if (typeof podinfo === "string") { | ||
if (podinfo.contains("git")) { | ||
if (podinfo.indexOf("git") > -1) { | ||
podinfo = { | ||
@@ -17,0 +17,0 @@ pod: podname, |
{ | ||
"name": "react-native-pod", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "Automatically generate podfile for React Native", | ||
@@ -5,0 +5,0 @@ "scripts": { |
16097
0.02%