blob: af571884d5cb6a6a7bd2e29f93f10025cb6d47b7 [file] [log] [blame]
{
"name": "RENCache",
"version": "1.0.1",
"summary": "iOS 文件缓存类库,支持内存缓存和缓存过期",
"homepage": "https://github.com/REN-LEI/RENCache",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"renlei": "568577297@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/REN-LEI/RENCache.git",
"tag": "1.0.1"
},
"frameworks": [
"Foundation",
"UIKit"
],
"source_files": "RENCache/**/*.{h,m}",
"requires_arc": true
}