Skip to content

Commit

Permalink
update Cocoapods installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariel Elkin committed Mar 14, 2018
1 parent 332f879 commit 78cee07
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Expand Up @@ -22,7 +22,13 @@ Thoroughly documented.

### Cocoapods

Add `pod PocketSVG` to your Podfile.
Add this to your Podfile:

```
pod 'PocketSVG', '~> 2.0'
```

Then run `pod install`

### Carthage

Expand All @@ -31,7 +37,7 @@ Add this to your Cartfile:
github "pocketsvg/PocketSVG"
```

Then run `carthage update`.
Then run `carthage update`

### Manual

Expand Down

0 comments on commit 78cee07

Please sign in to comment.