blob: a3865230d62c29e741325ea6daaf7e969c2f4ba2 [file] [log] [blame]
{
"name": "AllCache",
"version": "2.0.1",
"summary": "AllCache is a swift 3 generic cache for iOS",
"homepage": "https://github.com/JuanjoArreola/AllCache",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Juanjo Arreola": "juanjo.arreola@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/JuanjoArreola/AllCache.git",
"tag": "version_2.0.1"
},
"source_files": "AllCache/*.swift",
"resources": "AllCache/allcache_properties.plist",
"requires_arc": true
}