[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 7 / d / 5 / WebASDKImageManager / 2.0.0 / WebASDKImageManager.podspec.json
blobb46dd5d41ae94783a59f80bb9fb88c8c00ffef32
2   "name": "WebASDKImageManager",
3   "version": "2.0.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": "2.0.0"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "requires_arc": true,
17   "source_files": [
18     "WebASDKImageManager/*.{h,m}"
19   ],
20   "dependencies": {
21     "AsyncDisplayKit/Core": [
22       "~> 2.0"
23     ],
24     "SDWebImage/Core": [
25       "~> 3.7"
26     ]
27   }