[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / f / 0 / MMKVWatchExtension / 1.3.0 / MMKVWatchExtension.podspec.json
blob3b3cf5dcfaffb1c60736472744c24cdfe79c564c
2   "name": "MMKVWatchExtension",
3   "version": "1.3.0",
4   "summary": "MMKV is a cross-platform key-value storage framework developed by WeChat.",
5   "module_name": "MMKVWatchExtension",
6   "description": "The MMKV for WatchOS App Extensions.\nMMKV is an efficient, complete, easy-to-use mobile key-value storage framework used in the WeChat application.\nIt can be a replacement for NSUserDefaults & SQLite.",
7   "homepage": "https://github.com/Tencent/MMKV",
8   "license": {
9     "type": "BSD 3-Clause",
10     "file": "LICENSE.TXT"
11   },
12   "authors": {
13     "guoling": "guoling@tencent.com"
14   },
15   "platforms": {
16     "watchos": "4.0"
17   },
18   "source": {
19     "git": "https://github.com/Tencent/MMKV.git",
20     "tag": "v1.3.0"
21   },
22   "source_files": [
23     "iOS/MMKV/MMKV",
24     "iOS/MMKV/MMKV/*.{h,mm,hpp}"
25   ],
26   "public_header_files": [
27     "iOS/MMKV/MMKV/MMKV.h",
28     "iOS/MMKV/MMKV/MMKVHandler.h"
29   ],
30   "frameworks": "CoreFoundation",
31   "libraries": [
32     "z",
33     "c++"
34   ],
35   "requires_arc": false,
36   "pod_target_xcconfig": {
37     "CLANG_CXX_LANGUAGE_STANDARD": "gnu++17",
38     "CLANG_CXX_LIBRARY": "libc++",
39     "CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "NO",
40     "GCC_PREPROCESSOR_DEFINITIONS": "MMKV_IOS_EXTENSION"
41   },
42   "dependencies": {
43     "MMKVCore": [
44       "~> 1.3.0"
45     ]
46   }