blob: 6d62bd0dde48dbe7b59bc622aca1664b45fe7b7a [file] [log] [blame]
{
"name": "TwoLevelCache",
"version": "0.1.0",
"summary": "Customizable two-level cache for iOS (Swift).",
"description": "Customizable two-level cache for iOS (Swift). Level 1 is memory powered by NSCache and level 2 is filesystem which uses NSCachesDirectory.\nAll cache data are managed by OS level. Then you don't have to consider the number of objects and the usage of memory or storage.",
"homepage": "https://github.com/ysawa/TwoLevelCache",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yoshihiro Sawa": "yoshihirosawa@gmail.com"
},
"source": {
"git": "https://github.com/ysawa/TwoLevelCache.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/yoshiiiine",
"platforms": {
"ios": "8.0"
},
"source_files": "TwoLevelCache/Classes/**/*",
"pushed_with_swift_version": "4.0"
}