blob: 37b24e9172c7057e92b7a8b1a5073892d0d6e1c5 [file] [log] [blame]
{
"name": "YTKResourceCache",
"version": "0.1.0",
"summary": "YTKResourceCache is used to intercept HTTP request and request download cache.",
"description": "YTKResourceCache use NSURLProtocol to implement intercept http request ability, and load disk file as the response data, also could download the request file to save in disk file.",
"homepage": "https://github.com/yuantiku/YTKResourceCache-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lihc": "lihc@fenbi.com"
},
"source": {
"git": "https://github.com/yuantiku/YTKResourceCache-iOS.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "YTKResourceCache/Classes/**/*",
"dependencies": {
"YTKNetwork": [
"~> 2.0"
]
}
}