[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 8 / 5 / e / MLNKV / 0.0.2 / MLNKV.podspec.json
blob708a7685356cf70e0298e221e51f77ee955d1462
2   "name": "MLNKV",
3   "version": "0.0.2",
4   "summary": "MLNKV is a key-value storage framework .",
5   "description": "MLNKV is a key-value storage framework !!",
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.2"
19   },
20   "source_files": "Source/iOS/*.{h,m,mm}",
21   "public_header_files": "Source/iOS/*.h",
22   "ios": {
23     "frameworks": "UIKit"
24   },
25   "libraries": [
26     "z",
27     "c++"
28   ],
29   "pod_target_xcconfig": {
30     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
31     "CLANG_CXX_LIBRARY": "libc++"
32   },
33   "subspecs": [
34     {
35       "name": "cpp",
36       "source_files": "Source/cpp/*.{h,hpp,cpp}",
37       "public_header_files": "Source/cpp/*.{h,hpp}"
38     }
39   ]