blob: 189c90666475dd2a2eb36ee60560d1d0657739ca [file] [log] [blame]
{
"name": "DataCache",
"version": "1.1",
"summary": "Simplest way to cache data on memory and disk",
"homepage": "https://github.com/huynguyencong/DataCache",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/huynguyencong/DataCache.git",
"tag": "1.1"
},
"authors": {
"Huy Nguyen Cong": "https://github.com/huynguyencong"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/*.{swift}",
"requires_arc": true
}