blob: 49198f821a1857c638289eaa0b9fb7208050402f [file] [log] [blame]
{
"name": "DLImageLoader",
"version": "1.0.0",
"summary": "DLImageLoader is a reusable instrument for asynchronous image loading and caching.",
"description": " DLImageLoader for iOS. \n The library is a reusable instrument for asynchronous image loading, caching and displaying.\n",
"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": null
},
"source": {
"git": "https://github.com/AndreyLunevich/DLImageLoader-iOS.git",
"tag": "1.0.0"
},
"source_files": [
"DLImageLoader",
"DLImageLoader/**/*.{h,m}"
],
"requires_arc": true
}