blob: 2837539eab39124786957ed1ffb4047c320e264f [file] [log] [blame]
{
"name": "DLImageLoader-Swift",
"version": "1.0.0-swift",
"summary": "DLImageLoader is a reusable instrument for asynchronous image loading and caching.",
"description": "DLImageLoader for iOS. \nThe library is a reusable instrument for asynchronous image loading, caching and displaying.",
"homepage": "https://github.com/AndreyLunevich/DLImageLoader-iOS",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Andrew Lunevich": "andrey.lunevich@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/AndreyLunevich/DLImageLoader-iOS.git",
"branch": "swift",
"tag": "1.0.0-swift"
},
"source_files": [
"DLImageLoader",
"DLImageLoader/**/*.swift"
],
"requires_arc": true
}