Latest | 0.1.1 |
---|---|
Homepage | https://github.com/abdulbasitnaqash/UniversalLoaderPod |
License | MIT |
Platforms | ios 8.0 |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Just Cocoapods!!!
Installation
UniversalLoaderPod is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'UniversalLoaderPod'
Author
abdulbasitnaqash, [email protected]
License
UniversalLoaderPod is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "UniversalLoaderPod", "version": "0.1.1", "summary": "A Swift library for downloading and caching any generic data from the network.", "description": "A Generic data (Images, JSON, XML etc) downloading and caching library for iOS. -Library for data downloading and caching -Demo project including lazy loading of images -Cancel download option -Max capacity cache configuration option", "homepage": "https://github.com/abdulbasitnaqash/UniversalLoaderPod", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "abdulbasitnaqash": "[email protected]" }, "source": { "git": "https://github.com/abdulbasitnaqash/UniversalLoaderPod.git", "tag": "0.1.1" }, "platforms": { "ios": "8.0" }, "source_files": "UniversalLoaderPod/Classes/**/*" }
Thu, 16 May 2019 10:00:08 +0000