Latest | 0.1.1 |
---|---|
Homepage | https://github.com/0x0c/AsyncImageLoader |
License | MIT |
Platforms | ios 10.0 |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
AsyncImageLoader is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'AsyncImageLoader'
Author
Akira, [email protected]
License
AsyncImageLoader is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "AsyncImageLoader", "version": "0.1.1", "summary": "Dispatch load operation asynchronously.", "description": "Dispatch load operation asynchronously and exclusively.", "homepage": "https://github.com/0x0c/AsyncImageLoader", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Akira": "[email protected]" }, "source": { "git": "https://github.com/0x0c/AsyncImageLoader.git", "tag": "0.1.1" }, "swift_version": "5.0", "platforms": { "ios": "10.0" }, "source_files": "AsyncImageLoader/Classes/**/*" }
Tue, 21 May 2019 10:19:05 +0000