blob: 2fbff0d34eb21d9f7b2a58f48d3c01ae4bbabbe3 [file] [log] [blame]
{
"name": "ThumbnailService",
"version": "1.0.3",
"license": "MIT",
"summary": "Generate thumbnail/preview from any resource (Video, PDF, ALAsset, Huge Picture, WebPage, custom) with efficient and cached way.",
"description": "ThumbnailService provide efficient way to get thumbnail from any resource. You enqueue requst for thumbnail and it operates on background thread, you can change request priority or cancel at any time. Result will be cached on filesystem and memory (but you always can specify cache policy - for request or for whole sevice). You also can enqueue multiple requests for one resource - ThumbnailService will handle this situation and perform only one request then provide result to all requests",
"authors": {
"Aleksey Garbarev": "alex.garbarev@gmail.com"
},
"source": {
"git": "https://github.com/alexgarbarev/ThumbnailService.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "5.0"
},
"source_files": "ThumbnailService/ThumbnailService/**/*.{h,m}",
"requires_arc": true,
"homepage": "https://github.com/alexgarbarev/ThumbnailService"
}