blob: 5353c6e2e4786ec8986c18ac88a098aaa8a50be4 [file] [log] [blame]
{
"name": "DataCache",
"version": "1.5",
"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.5"
},
"authors": {
"Huy Nguyen Cong": "https://github.com/huynguyencong"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/*.{swift}",
"requires_arc": true
}