[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 1 / e / 0 / STXLFUCache / 0.1.0 / STXLFUCache.podspec.json
blob7bd08933d6e62bfef6532843fde800b9ac7cd652
2   "name": "STXLFUCache",
3   "version": "0.1.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "SteinX": "steinxia@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/SteinX/STXLFUCache.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "STXLFUCache/Classes/**/*",
22   "private_header_files": "STXLFUCache/Classes/Private/*.h",
23   "libraries": "c++",
24   "pod_target_xcconfig": {
25     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
26     "CLANG_CXX_LIBRARY": "libc++"
27   }