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