[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 8 / 5 / e / MLNKV / 0.0.1 / MLNKV.podspec.json
blob357e89e5474d886cd6e1ecd6688648d267d89caa
2   "name": "MLNKV",
3   "version": "0.0.1",
4   "summary": "MLNKV is a key-value storage framework .",
5   "description": "MLNKV",
6   "homepage": "https://github.com/momotech/MLNKV",
7   "license": {
8     "type": "MIT",
9     "file": "FILE_LICENSE"
10   },
11   "authors": "",
12   "platforms": {
13     "ios": "9.0"
14   },
15   "requires_arc": true,
16   "source": {
17     "git": "https://github.com/momotech/MLNKV.git",
18     "tag": "0.0.1"
19   },
20   "source_files": [
21     "Source",
22     "Source/**/*.{h,m,mm,hpp,h,cpp}"
23   ],
24   "public_header_files": [
25     "Source/iOS/{MLNKV,MLNKVMemoryCache}.h",
26     "Source/cpp/MLNKVType.h"
27   ],
28   "frameworks": "CoreFoundation",
29   "ios": {
30     "frameworks": "UIKit"
31   },
32   "libraries": [
33     "z",
34     "c++"
35   ],
36   "pod_target_xcconfig": {
37     "CLANG_CXX_LIBRARY": "libc++",
38     "CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "NO"
39   }