blob: 459562518ee04068cffa2bb2a6a19711f7140b49 [file] [log] [blame]
{
"name": "WebCacheFile",
"version": "0.1.1",
"summary": "Cache the web file locally for faster access next time",
"description": "Cache the web file locally for faster access next time.\n将web文件缓存到本地,提高下次访问速度。",
"homepage": "https://github.com/stelalae/WebCacheFile",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LeiYinchun": "a@wyolo.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/stelalae/WebCacheFile.git",
"tag": "0.1.1"
},
"source_files": [
"WebCacheFile",
"WebCacheFile/**/*.{h,m}"
],
"exclude_files": "WebCacheFile/Exclude",
"public_header_files": "WebCacheFile/WebCacheFile.h",
"dependencies": {
"AFNetworking": [
],
"JKSandBoxManager": [
]
}
}