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