Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct the spelling of CocoaPods in README #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@ The quickest way to get started will be to fork the [Kickflip iOS SDK example](h
}
```

## Cocoapods Setup
## CocoaPods Setup

You'll need to install [Cocoapods](http://cocoapods.org) first.
You'll need to install [CocoaPods](http://cocoapods.org) first.

Add the following line to your `Podfile`:

pod 'Kickflip'

Then run Cocoapods to install all of the dependencies:
Then run CocoaPods to install all of the dependencies:

$ pod install

As with all projects that depend on Cocoapods, make sure to open the new `.xcworkspace` file, not your `.xcodeproj` file.
As with all projects that depend on CocoaPods, make sure to open the new `.xcworkspace` file, not your `.xcodeproj` file.

## Documentation

Expand Down