[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / f / 4 / LMKeyValueStore / 2.0.0 / LMKeyValueStore.podspec.json
blob6f5cf75353210e8872b125a876bdfa35a8f2ed73
2   "name": "LMKeyValueStore",
3   "version": "2.0.0",
4   "summary": "Key-Value storage tool, based on WCDB (WeChat DataBase).",
5   "homepage": "https://github.com/hcxyzlm/LMKeyValueStoreDemo",
6   "license": "MIT",
7   "authors": {
8     "zhuo": "hcxyzlm@126.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/hcxyzlm/LMKeyValueStoreDemo.git",
15     "tag": "v2.0.0"
16   },
17   "source_files": "LMKeyValueStore/*.{h,m,mm}",
18   "frameworks": "Foundation",
19   "requires_arc": true,
20   "dependencies": {
21     "WCDB": [
22       "~> 1.0.4"
23     ]
24   },
25   "libraries": [
26     "c++",
27     "z"
28   ],
29   "xcconfig": {
30     "CLANG_CXX_LANGUAGE_STANDARD": "gnu++0x",
31     "CLANG_CXX_LIBRARY": "libc++"
32   }