[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 5 / 3 / 9 / ThumbnailService / 1.0.4 / ThumbnailService.podspec.json
blob1d6b11b863cf6996243b914de3f7dd31acd51ae6
2   "name": "ThumbnailService",
3   "version": "1.0.4",
4   "license": "MIT",
5   "summary": "Generate thumbnail/preview from any resource (Video, PDF, ALAsset, Huge Picture, WebPage, custom) with efficient and cached way.",
6   "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",
7   "authors": {
8     "Aleksey Garbarev": "alex.garbarev@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/alexgarbarev/ThumbnailService.git",
12     "tag": "1.0.4"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source_files": "ThumbnailService/ThumbnailService/**/*.{h,m}",
18   "requires_arc": true,
19   "homepage": "https://github.com/alexgarbarev/ThumbnailService"