[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / 0 / b / MMKVAppExtension / 1.1.0 / MMKVAppExtension.podspec.json
blob14572315a494adfe78866b541bcc967782be7db8
2   "name": "MMKVAppExtension",
3   "version": "1.1.0",
4   "summary": "MMKV is a cross-platform key-value storage framework developed by WeChat.",
5   "module_name": "MMKV",
6   "description": "The MMKV for iOS 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     "ios": "8.0",
17     "osx": "10.9"
18   },
19   "source": {
20     "git": "https://github.com/Tencent/MMKV.git",
21     "tag": "v1.1.0"
22   },
23   "source_files": [
24     "iOS/MMKV/MMKV",
25     "iOS/MMKV/MMKV/*.{h,mm,hpp}"
26   ],
27   "public_header_files": [
28     "iOS/MMKV/MMKV/MMKV.h",
29     "iOS/MMKV/MMKV/MMKVHandler.h"
30   ],
31   "frameworks": "CoreFoundation",
32   "ios": {
33     "frameworks": "UIKit"
34   },
35   "libraries": [
36     "z",
37     "c++"
38   ],
39   "requires_arc": true,
40   "pod_target_xcconfig": {
41     "CLANG_CXX_LANGUAGE_STANDARD": "gnu++17",
42     "CLANG_CXX_LIBRARY": "libc++",
43     "CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "NO",
44     "GCC_PREPROCESSOR_DEFINITIONS": "MMKV_IOS_EXTENSION"
45   },
46   "dependencies": {
47     "MMKVCore": [
48       "~> 1.1.0"
49     ]
50   }