[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / c / 8 / My_MMKV / 1.0.0 / My_MMKV.podspec.json
blobdbae7b39ac7b28d7c636f5d8eebddeecfb7f120c
2   "name": "My_MMKV",
3   "version": "1.0.0",
4   "summary": "My_MMKV is a cross-platform key-value storage framework developed Based on WeChat.",
5   "description": "Don't use this library directly. Use My_MMKV instead.\n    My_MMKV is an efficient, complete, easy-to-use mobile key-value storage framework can used in the 58 application.\nIt can be a replacement for NSUserDefaults & SQLite.",
6   "homepage": "https://github.com/",
7   "license": {
8     "type": "MIT",
9     "text": "\n"
10   },
11   "authors": {
12     "pengbingxiang": "pengbingxiang@58.com"
13   },
14   "platforms": {
15     "ios": "9.0",
16     "osx": "10.9"
17   },
18   "source": {
19     "git": "https://github.com/stone4302/My_MMKV.git",
20     "tag": "v1.0.0"
21   },
22   "source_files": [
23     "My_MMKV/Classes",
24     "My_MMKV/Classes/*.{h,mm,hpp}"
25   ],
26   "public_header_files": [
27     "My_MMKV/Classes/MMKV.h",
28     "My_MMKV/Classes/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   },
41   "dependencies": {
42     "My_MMKVCore": [
43       "~> 1.0.0"
44     ]
45   }