blob: 55ea72a3e63c3f45c75fc1ba9925c8b0f2286495 [file] [log] [blame]
{
"name": "CacherKit",
"version": "1.0.6",
"summary": "iOS 简单缓存管理库,支持内存、磁盘、钥匙串,接口统一",
"description": "iOS 简单缓存管理库,支持内存、磁盘、钥匙串,接口统一。",
"homepage": "https://github.com/ZuopanYao/CacherKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ZuopanYao": "http://www.yaozuopan.top"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/ZuopanYao/CacherKit.git",
"tag": "1.0.6"
},
"swift_versions": "5.0",
"source_files": "CacherKit/*.{h,swift}",
"dependencies": {
"KeychainAccess": [
">= 4.2.2"
]
},
"swift_version": "5.0"
}