2 "name": "TwoLevelCache",
4 "summary": "Customizable two-level cache for iOS (Swift).",
5 "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.",
6 "homepage": "https://github.com/ysawa/TwoLevelCache",
12 "Yoshihiro Sawa": "yoshihirosawa@gmail.com"
15 "git": "https://github.com/ysawa/TwoLevelCache.git",
18 "social_media_url": "https://twitter.com/yoshiiiine",
22 "source_files": "TwoLevelCache/Classes/**/*",
23 "pushed_with_swift_version": "4.0"