blob: c38a9714121ae65377471ebe3798cec960fe9a3b [file] [log] [blame]
{
"name": "CacherKit",
"version": "1.0.0",
"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.0"
},
"swift_versions": "5.0",
"source_files": "CacherKit/*.{h,swift}",
"dependencies": {
"KeychainAccess": [
">= 4.2.2"
]
},
"swift_version": "5.0"
}