CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.

MEDataLoader 0.2.1

MEDataLoader 0.2.1

Maintained by Mohamed Elwan.



  • By
  • m7md3elwan

MEDataLoader

CI Status Version License Platform

MEDataLoader is an iOS library that allow loading & caching of data from a remote URL

Description

MEDataLoader is an iOS library that allow loading & caching of data from a remote Url It consists of 2 main components:

  • MEDownloader: can load Data from a remote Url that don't duplicate multiple requests for the same Url, request can be cancelled without affecting other requests.
  • MECache: caches Any object with a cache limit.

Installation

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

pod 'MEDataLoader'

Author

m7md3elwan, [email protected]

License

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