Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 953 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 953 Bytes

DLCache

Version License Platform

Get JSON APIs responses and cached them on UserDefaults using a Hash system for the Url and POST data. You can used the cached data on offline situations in a transparent way.

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

DLCache is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'DLCache'

Author

Daniel Lahoz, [email protected]

License

DLCache is available under the MIT license. See the LICENSE file for more info.