blob: 2296f0f538bef403eaecca398f9f0a586fa1512a [file] [log] [blame]
{
"name": "WDAsyncImageThumbnail",
"version": "0.1.2",
"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.2"
},
"platforms": {
"osx": "10.10"
},
"requires_arc": true,
"osx": {
"source_files": "Pod/Classes/**/*"
}
}