blob: 5079363165933e0d0b892222bc3f196c14ba4c4b [file] [log] [blame]
{
"name": "YTKResourceCache",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "YTKResourceCache/Classes/**/*",
"dependencies": {
"YTKNetwork": [
"~> 2.0"
]
}
}