blob: 7bd08933d6e62bfef6532843fde800b9ac7cd652 [file] [log] [blame]
{
"name": "STXLFUCache",
"version": "0.1.0",
"summary": "A simple LFU memory cache with constant time complexity for elementary operations",
"description": "A simple LFU memory cache with constant time complexity for elementary operations.",
"homepage": "https://github.com/SteinX/STXLFUCache",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"SteinX": "steinxia@gmail.com"
},
"source": {
"git": "https://github.com/SteinX/STXLFUCache.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "STXLFUCache/Classes/**/*",
"private_header_files": "STXLFUCache/Classes/Private/*.h",
"libraries": "c++",
"pod_target_xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "c++11",
"CLANG_CXX_LIBRARY": "libc++"
}
}