blob: 73f9864725bf8cdfc96d505e8d0a341d98eae3fc [file] [log] [blame]
{
"name": "WebASDKImageManager",
"version": "3.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": "3.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": [
"WebASDKImageManager/*.{h,m}"
],
"dependencies": {
"AsyncDisplayKit/Core": [
"~> 2.0"
],
"SDWebImage/Core": [
"~> 4.0"
]
}
}