blob: 3c41c8e6827df6393b4ebfdc00159f78dd3839ad [file] [log] [blame]
{
"name": "WDAsyncImageThumbnail",
"version": "0.1.3",
"summary": "Load an image or video thumbnail in background on OSX.",
"description": "This small library loads a thumbnail of a file (photo or video) in a\nbackground thread and calls u back on the main thread. Features caching usning NSCache\nclass what is nice when loading thumbnails from remote filesystems.",
"homepage": "https://github.com/fredmajor/WDAsyncImageThumbnail",
"license": "MIT",
"authors": {
"Fred": "major.freddy@yahoo.com"
},
"source": {
"git": "https://github.com/fredmajor/WDAsyncImageThumbnail.git",
"tag": "0.1.3"
},
"platforms": {
"osx": "10.10"
},
"requires_arc": true,
"osx": {
"source_files": "Pod/Classes/**/*"
}
}