[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / d / 5 / WebASDKImageManager / 1.1.0 / WebASDKImageManager.podspec.json
blob2e4e4c5a0cac411f01c6628c7286b96163d169c2
2   "name": "WebASDKImageManager",
3   "version": "1.1.0",
4   "summary": "Image downloader and cache for AsyncDisplayKit that uses SDWebImage",
5   "description": "An image downloader and cache for AsyncDisplayKit that uses SDWebImage. The image manager conforms to ASImageDownloaderProtocol and ASImageCacheProtocol.",
6   "homepage": "https://github.com/ide/WebASDKImageManager",
7   "license": "MIT",
8   "authors": "James Ide",
9   "source": {
10     "git": "https://github.com/ide/WebASDKImageManager.git",
11     "tag": "1.1.0"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "requires_arc": true,
17   "source_files": [
18     "WebASDKImageManager/*.{h,m}"
19   ],
20   "dependencies": {
21     "AsyncDisplayKit": [
22       "~> 1.9"
23     ],
24     "SDWebImage/Core": [
25       "~> 3.7"
26     ]
27   }