blob: b46dd5d41ae94783a59f80bb9fb88c8c00ffef32 [file] [log] [blame]
{
"name": "WebASDKImageManager",
"version": "2.0.0",
"summary": "Image downloader and cache for AsyncDisplayKit that uses SDWebImage",
"description": "An image downloader and cache for AsyncDisplayKit that uses SDWebImage. The image manager conforms to ASImageDownloaderProtocol and ASImageCacheProtocol.",
"homepage": "https://github.com/ide/WebASDKImageManager",
"license": "MIT",
"authors": "James Ide",
"source": {
"git": "https://github.com/ide/WebASDKImageManager.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": [
"WebASDKImageManager/*.{h,m}"
],
"dependencies": {
"AsyncDisplayKit/Core": [
"~> 2.0"
],
"SDWebImage/Core": [
"~> 3.7"
]
}
}