blob: 18197baede6d7009c1e75de71ee98d8d47190c5d [file] [log] [blame]
{
"name": "AllCache",
"version": "3.5.0",
"summary": "AllCache is a swift 5 generic cache",
"homepage": "https://github.com/JuanjoArreola/AllCache",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Juanjo Arreola": "juanjo.arreola@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/JuanjoArreola/AllCache.git",
"tag": "3.5.0"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"dependencies": {
"Logg": [
"~> 2.1.0"
],
"AsyncRequest": [
"~> 2.2.0"
]
},
"swift_versions": "5.0",
"swift_version": "5.0"
}