blob: 727219de9854222016d7a3294d1085338b5fcf14 [file] [log] [blame]
{
"name": "RetriableSDWebImage",
"version": "1.0.1",
"license": "MIT",
"summary": "Retriable SDWebImage",
"homepage": "https://github.com/emsihyo/RetriableSDWebImage",
"authors": {
"emsihyo": "emsihyo@gmail.com"
},
"source": {
"git": "https://github.com/emsihyo/RetriableSDWebImage.git",
"tag": "1.0.1"
},
"description": "Retriable SDWebImage.",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0",
"osx": "10.9"
},
"ios": {
"source_files": "RetriableSDWebImage/*.{h,m}"
},
"dependencies": {
"Retriable": [
],
"SDWebImage": [
]
}
}