blob: b48ce7c04257904f6119ca32f1ce89363b6398e7 [file] [log] [blame]
{
"name": "AAsyncImageLoader",
"version": "0.1.1",
"summary": "An asynchronous image loader, with some magic and an UIImageView category for drop-in integration.",
"description": "This library will allow you to load image from the web to any UIImageView thanks to the UIImageView category.\nIt is also a more capable low level loading library to get UIImage from the Internet allowing you to control the logic you want to put there.",
"homepage": "https://github.com/jrmgx/AAsyncImageLoader",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jérôme Gx": "jerome@gangneux.net"
},
"source": {
"git": "https://github.com/jrmgx/AAsyncImageLoader.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AAsyncImageLoader/Classes/**/*",
"frameworks": "UIKit"
}