Skip to content

Commit 6e006ad

Browse files
author
Vasil Chimev
authored
Merge pull request #2226 from NativeScript/vchimev-pod
Update min supported pod version
2 parents 93a6d7d + f0e8c09 commit 6e006ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CocoaPods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You need to install CocoaPods. If you haven't yet, you can do so by running:
1515
```bash
1616
$ sudo gem install cocoapods
1717
```
18-
> **NOTE:** All operations and code in this article are verified against CocoaPods 0.38.2.
18+
> **NOTE:** The minimum required version of CocoaPods is 1.0.0.
1919
2020
To check your current version, run the following command.
2121

lib/services/doctor-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ let clui = require("clui");
66

77
class DoctorService implements IDoctorService {
88
private static PROJECT_NAME_PLACEHOLDER = "__PROJECT_NAME__";
9-
private static MIN_SUPPORTED_POD_VERSION = "0.38.2";
9+
private static MIN_SUPPORTED_POD_VERSION = "1.0.0";
1010
private static DarwinSetupScriptLocation = path.join(__dirname, "..", "..", "setup", "mac-startup-shell-script.sh");
1111
private static DarwinSetupDocsLink = "https://docs.nativescript.org/start/ns-setup-os-x";
1212
private static WindowsSetupScriptExecutable = "powershell.exe";

0 commit comments

Comments
 (0)