From 50e09ca4cc60470a3f6a8996deef38fd34b4343d Mon Sep 17 00:00:00 2001 From: yoheimuta Date: Wed, 21 Aug 2019 14:46:11 +0900 Subject: [PATCH] chore: Respect Puree-Swift --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0e0dfe2..a78314d 100644 --- a/README.md +++ b/README.md @@ -120,3 +120,9 @@ By default, it stores them in local files in the Library/Caches directory. You can also define your own custom log entry storage backed by any storage system. See the EntryStroage protocol for more details. + +# Acknowledgement + +Thank you to the Puree-Swift: https://github.com/cookpad/Puree-Swift + +I inspired by this library for the elaborate design, interface and some implementation.