Install KTVHTTPCache via CocoaPods or Carthage
masterYou can integrate KTVHTTPCache into your Xcode project using either CocoaPods or Carthage.
CocoaPods
Add the following to your Podfile:
pod 'KTVHTTPCache', '~> 3.0.0'Then run pod install.
Carthage
Add the following to your Cartfile:
github "ChangbaDevs/KTVHTTPCache" ~> 3.0.0Then run carthage update. After the build completes, drag both KTVHTTPCache.framework and KTVCocoaHTTPServer.framework into your Xcode project.
pod 'KTVHTTPCache', '~> 3.0.0'