[Add] BoreyAdSDK 1.0.7
[CocoaPods.git] / Specs / 5 / 3 / 9 / ThumbnailService / 1.0.5 / ThumbnailService.podspec.json
blob4fea4572675d081ef2fc0aef8a22f75db42ce595
2   "name": "ThumbnailService",
3   "version": "1.0.5",
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.5"
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"