react-native-pod
Advanced tools
Comparing version
#!/usr/bin/env node | ||
const execSync = require("child_process").execSync; | ||
out = execSync("which pod"); | ||
if(!out) { | ||
console.log("This package requires cocoapods to be installed on this machine. try running:\n\n\tgem install cocoapods\n\n") | ||
exit(1); | ||
} | ||
const out = execSync("which pod"); | ||
if (!out) { | ||
console.warn( | ||
"This package requires cocoapods to be installed on this machine. try running:\n\n\tgem install cocoapods\n\n" | ||
); | ||
// exit(1); | ||
} |
{ | ||
"name": "react-native-pod", | ||
"version": "1.11.0", | ||
"version": "1.12.0", | ||
"description": "Automatically generate podfile for React Native", | ||
@@ -5,0 +5,0 @@ "scripts": { |
20843
0.08%513
0.59%