[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 2 / c / LevelDBWrapper / 0.0.5 / LevelDBWrapper.podspec.json
blobb103cf3ab918ee8cf4a4db51b98c36ade4febee7
2   "name": "LevelDBWrapper",
3   "version": "0.0.5",
4   "summary": "Wrapper for Google level-db library",
5   "description": "Wrapper for Google level-db library for iOS adn MacOS",
6   "homepage": "http://Google.com",
7   "license": {
8     "type": "Apache License",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ivan Sinitsa": "ivan.sinitsa@amomedia.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "ios": {
18     "frameworks": "UIKit"
19   },
20   "source": {
21     "git": "https://github.com/amomama/LevelDBWrapper.git",
22     "tag": "0.0.5"
23   },
24   "source_files": [
25     "LevelDBWrapper/**/*.[mh]",
26     "LevelDBWrapper/0.0.5/FTLevelDB.mm"
27   ],
28   "exclude_files": "Classes/Exclude",
29   "dependencies": {
30     "leveldb-library": [
31       "~> 1.18"
32     ]
33   },
34   "cocoapods_version": ">= 1.4.0",
35   "static_framework": true,
36   "prefix_header_file": false,
37   "libraries": [
38     "c++"
39   ],
40   "frameworks": [
41     "CFNetwork",
42     "SystemConfiguration"
43   ],
44   "pod_target_xcconfig": {
45     "GCC_C_LANGUAGE_STANDARD": "c99"
46   }