4 "summary": "A simple LFU memory cache with constant time complexity for elementary operations",
5 "description": "A simple LFU memory cache with constant time complexity for elementary operations.",
6 "homepage": "https://github.com/SteinX/STXLFUCache",
12 "SteinX": "steinxia@gmail.com"
15 "git": "https://github.com/SteinX/STXLFUCache.git",
21 "source_files": "STXLFUCache/Classes/**/*",
22 "private_header_files": "STXLFUCache/Classes/Private/*.h",
24 "pod_target_xcconfig": {
25 "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
26 "CLANG_CXX_LIBRARY": "libc++"