blob: 92a418f6eebf942fe7e3cbbf4228d89ee9080204 [file] [log] [blame]
{
"name": "APLImageCache",
"version": "0.0.5",
"summary": "A simple wrapper for the FastImageCache.",
"description": "A simple wrapper for the FastImageCache. \n\n* Easy setup\n* Provides UIImageView category for requesting and cancelling.\n* Support for custom image downloader classes.",
"homepage": "https://github.com/apploft/APLImageCache",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mathias Koehnke": "mathias.koehnke@apploft.de"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/apploft/APLImageCache.git",
"tag": "0.0.5"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}",
"Classes/Private/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"dependencies": {
"FastImageCache": [
"1.5.1"
]
}
}