Skip to content

Commit 752142f

Browse files
committed
Update README on how to use Carthage
1 parent dd6e782 commit 752142f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,20 +302,26 @@ Alamofire.request("https://gameofthrones.org/mostFavoriteCharacter").responseStr
302302

303303
## Installation
304304

305+
### Cocoapods
306+
305307
**Cache** is available through [CocoaPods](http://cocoapods.org). To install
306308
it, simply add the following line to your Podfile:
307309

308310
```ruby
309311
pod 'Cache'
310312
```
311313

314+
### Carthage
315+
312316
**Cache** is also available through [Carthage](https://github.com/Carthage/Carthage).
313317
To install just write into your Cartfile:
314318

315319
```ruby
316320
github "hyperoslo/Cache"
317321
```
318322

323+
You also need to add `SwiftHash.framework` in your [copy-frameworks](https://github.com/Carthage/Carthage#if-youre-building-for-ios-tvos-or-watchos) script.
324+
319325
## Author
320326

321327
[Hyper](http://hyper.no) made this with ❤️

0 commit comments

Comments
 (0)