blob: 1f92db0f759abb4491f0e435e033a2d579d2a142 [file] [log] [blame]
{
"name": "CSYYCache",
"summary": "个人针对YYCache的修改,主要处理大文件load到内存的问题,大文件只以地址的形式返回,源代码请参考 https://github.com/ibireme/YYCache",
"version": "11.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"droison": "chaisong.cn@gmail.com"
},
"social_media_url": "http://www.chaisong.xyz",
"homepage": "https://github.com/droison/YYCache",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/droison/YYCache.git",
"tag": "11.0.1"
},
"requires_arc": true,
"source_files": "YYCache/*.{h,m}",
"public_header_files": "YYCache/*.{h}",
"libraries": "sqlite3",
"frameworks": [
"UIKit",
"CoreFoundation",
"QuartzCore"
]
}