[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / d / f / LYMMKV / 1.0.22 / LYMMKV.podspec.json
blob63a95412e7e306551ee79129e0cd0f7b45a1ce5d
2   "name": "LYMMKV",
3   "version": "1.0.22",
4   "summary": "MMKV is a cross-platform key-value storage framework developed by WeChat.",
5   "description": "The MMKV, for Objective-C.\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.自用,fork至https://github.com/Tencent/MMKV",
6   "homepage": "https://github.com/Tencent/MMKV",
7   "license": {
8     "type": "BSD 3-Clause",
9     "file": "LICENSE.TXT"
10   },
11   "authors": {
12     "guoling": "guoling@tencent.com"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.9"
17   },
18   "source": {
19     "git": "https://github.com/ButtFly/MMKV.git",
20     "tag": "v1.0.22"
21   },
22   "source_files": [
23     "iOS/MMKV/MMKV",
24     "iOS/MMKV/MMKV/*.{h,mm,hpp}",
25     "iOS/MMKV/MMKV/aes/*",
26     "iOS/MMKV/MMKV/aes/openssl/*"
27   ],
28   "public_header_files": [
29     "iOS/MMKV/MMKV/MMKV.h",
30     "iOS/MMKV/MMKV/MMKVHandler.h"
31   ],
32   "frameworks": "CoreFoundation",
33   "ios": {
34     "frameworks": "UIKit"
35   },
36   "libraries": [
37     "z",
38     "c++"
39   ],
40   "requires_arc": true,
41   "pod_target_xcconfig": {
42     "CLANG_CXX_LANGUAGE_STANDARD": "gnu++17",
43     "CLANG_CXX_LIBRARY": "libc++",
44     "CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "NO"
45   }