blob: 5f4e9abf74df6e722ce00ae42728013758dc464e [file] [log] [blame]
{
"name": "ComponentKit+SDWebImage",
"version": "0.0.2",
"summary": "CKNetworkImageDownloading implementation for SDWebImage.",
"description": "Out-of-the-box CKNetworkImageDownloading implementation for ComponentKit and SDWebImage.",
"homepage": "https://github.com/eyeem/ComponentKit-SDWebImage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jonathan Crooke": "jon@eyeem.com"
},
"source": {
"git": "https://github.com/eyeem/ComponentKit-SDWebImage.git",
"tag": "v0.0.2"
},
"platforms": {
"ios": "7.0"
},
"source_files": "ComponentKit+SDWebImage/**/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"ComponentKit": [
"0.10"
],
"SDWebImage": [
"3.7.2"
]
},
"deprecated": true
}