blob: 73ce5e70f991896567ebde9e165c669d402d120e [file] [log] [blame]
{
"name": "SDURLCache",
"version": "1.3",
"platforms": {
"ios": null
},
"summary": "URLCache subclass with on-disk cache support on iPhone/iPad.",
"homepage": "https://github.com/rs/SDURLCache",
"license": "MIT",
"authors": {
"Olivier Poitrey": "rs@dailymotion.com"
},
"source": {
"git": "https://github.com/rs/SDURLCache.git",
"tag": "1.3"
},
"source_files": [
"SDURLCache.h",
"SDURLCache.m",
"SDCachedURLResponse.h",
"SDCachedURLResponse.m"
],
"requires_arc": false
}