[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / 0 / 3 / d / YTKResourceCache / 0.1.1 / YTKResourceCache.podspec.json
blob5079363165933e0d0b892222bc3f196c14ba4c4b
2   "name": "YTKResourceCache",
3   "version": "0.1.1",
4   "summary": "YTKResourceCache is used to intercept HTTP request and request download cache.",
5   "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.",
6   "homepage": "https://github.com/yuantiku/YTKResourceCache-iOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lihc": "lihc@fenbi.com"
13   },
14   "source": {
15     "git": "https://github.com/yuantiku/YTKResourceCache-iOS.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "YTKResourceCache/Classes/**/*",
22   "dependencies": {
23     "YTKNetwork": [
24       "~> 2.0"
25     ]
26   }