blob: e5717c15ad4ad06a072a09f7d384134225bb5ce8 [file] [log] [blame]
{
"name": "ImageLoader",
"version": "0.1.5",
"summary": "Library for asynchronous image loading.",
"description": "ImageLoader is an instrument for asynchronous image loading.",
"homepage": "https://github.com/hirohisa/ImageLoader",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hirohisa Kawasaki": "hirohisa.kawasaki@gmail.com"
},
"platforms": {
"ios": 5.0
},
"source": {
"git": "https://github.com/hirohisa/ImageLoader.git",
"tag": "0.1.5"
},
"source_files": "ImageLoader",
"requires_arc": true,
"dependencies": {
"Diskcached": [
"~> 0.1.1"
]
}
}