blob: 85c68e7b87841d4ea2ffa755ef57fece31f7365a [file] [log] [blame]
{
"name": "SuperCache",
"version": "0.0.1",
"summary": "Extremely fast cache written in Swift.",
"homepage": "https://github.com/jianstm/SuperCache",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"QuentinJin": "jianstm@gmail.com"
},
"platforms": {
"ios": "10.0",
"osx": "10.12"
},
"source": {
"git": "https://github.com/jianstm/SuperCache.git",
"tag": "0.0.1"
},
"source_files": "Sources/SuperCache/*.swift",
"requires_arc": true,
"swift_version": "4.0"
}