blob: e854a3429ffff5b1b219c097f225ad1e4d3fd28c [file] [log] [blame]
{
"name": "ZJCache",
"version": "1.2.1",
"license": "MIT",
"summary": "缓存类",
"homepage": "https://git.oschina.net/xinghun/ZJCache",
"authors": {
"zhoujie": "454071867@qq.com"
},
"source": {
"git": "https://git.oschina.net/xinghun/ZJCache.git",
"tag": "1.2.1"
},
"requires_arc": true,
"description": "Fast encryption string, the current support for MD5 (16, 32), Sha1, Base64",
"source_files": "ZJCache/ZJCache/*.{h,m}",
"platforms": {
"ios": "7.0"
},
"dependencies": {
"DDLogger": [
"~>1.1.1"
],
"ZJUtils": [
"~> 1.0.2"
]
}
}