blob: 42f8f56d0935240bc00e96c4cb4243033465fdff [file] [log] [blame]
{
"name": "AllCache",
"version": "2.4.5",
"summary": "AllCache is a swift 3 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": "2.4.5"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"dependencies": {
"Logg": [
"~> 1.1.1"
],
"AsyncRequest": [
"~> 1.0.3"
]
},
"pushed_with_swift_version": "3.0"
}