[Add] HXPhotoPicker 4.2.4
[CocoaPods.git] / Specs / 2 / b / 5 / WDAsyncImageThumbnail / 0.1.4 / WDAsyncImageThumbnail.podspec.json
blobaf542bb143f3400f439afee30b31480353b10449
2   "name": "WDAsyncImageThumbnail",
3   "version": "0.1.4",
4   "summary": "Load an image or video thumbnail in background on OSX.",
5   "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.",
6   "homepage": "https://github.com/fredmajor/WDAsyncImageThumbnail",
7   "license": "MIT",
8   "authors": {
9     "Fred": "major.freddy@yahoo.com"
10   },
11   "source": {
12     "git": "https://github.com/fredmajor/WDAsyncImageThumbnail.git",
13     "tag": "0.1.4"
14   },
15   "platforms": {
16     "osx": "10.10"
17   },
18   "requires_arc": true,
19   "osx": {
20     "source_files": "Pod/Classes/**/*"
21   }