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