blob: 5c073f7bfcf5be2e68c628b89a09abcb0d28cb2a [file] [log] [blame]
{
"name": "AllCache",
"version": "1.0.2",
"summary": "AllCache is a swift 2 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_1.0.2"
},
"source_files": "AllCache/*.swift",
"resources": "AllCache/allcache_properties.plist",
"requires_arc": true
}