blob: 9a9e51758765b5b0a7ef850ce48f860e93af777c [file] [log] [blame]
{
"name": "WebASDKImageManager",
"version": "1.0.1",
"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.\n",
"homepage": "https://github.com/ide/WebASDKImageManager",
"license": "MIT",
"authors": "James Ide",
"source": {
"git": "https://github.com/ide/WebASDKImageManager.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"WebASDKImageManager/*.{h,m}"
],
"dependencies": {
"AsyncDisplayKit": [
"~> 1.1"
],
"SDWebImage/Core": [
"~> 3.7"
]
}
}