blob: 66685e9c9d34627907f95c13bd66e2401964fa0f [file] [log] [blame]
{
"name": "DLImageLoader",
"version": "1.2.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.2.0-swift"
},
"source_files": [
"DLImageLoader",
"DLImageLoader/**/*.swift"
],
"requires_arc": true
}