Install PINCache
masterYou can install PINCache using several methods:
CocoaPods
Add PINCache to your Podfile and run pod install.
Carthage
Add pinterest/PINCache to your Cartfile and run carthage update --platform ios. Follow the standard Carthage instructions to embed the framework.
Git Submodule
git submodule add https://github.com/pinterest/PINCache.git
git submodule update --initManual Installation
Download the latest tag from the GitHub repository and drag the PINCache folder into your Xcode project.
git submodule add https://github.com/pinterest/PINCache.git
git submodule update --init