Browse Source
Update iOS tutorial wording based on suggestion
Co-authored-by: kyranjamie <kyranjamie@users.noreply.github.com>
master-legacy
Ken Liao
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
_ios/tutorial.md
|
|
@ -78,8 +78,8 @@ the Blockstack iOS SDK through the CocoaPods. Cocoapods is a dependency manager |
|
|
|
for Swift and Objective-C Cocoa projects. It’s a simple, user friendly way to |
|
|
|
use libraries from the community in your project. |
|
|
|
|
|
|
|
You must use the `1.6.0` version of CocoaPods or newer to avoid an |
|
|
|
incapability between Cocoapods and XCode. Before starting the tutorial, confirm |
|
|
|
You must use CocoaPods version `1.6.0` or newer to avoid an |
|
|
|
incompatibility between Cocoapods and XCode. Before starting the tutorial, confirm |
|
|
|
you have installed CocoaPods. |
|
|
|
|
|
|
|
```bash |
|
|
|