You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Cache** is available through [CocoaPods](http://cocoapods.org). To install
306
308
it, simply add the following line to your Podfile:
307
309
308
310
```ruby
309
311
pod 'Cache'
310
312
```
311
313
314
+
### Carthage
315
+
312
316
**Cache** is also available through [Carthage](https://github.com/Carthage/Carthage).
313
317
To install just write into your Cartfile:
314
318
315
319
```ruby
316
320
github "hyperoslo/Cache"
317
321
```
318
322
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.
0 commit comments