[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 3 / a / 2 / WCDB_Prepush / 1.0.7.7 / WCDB_Prepush.podspec.json
blobe05bf088adece4fc19d5f2c432340c5ed456017f
2   "name": "WCDB_Prepush",
3   "version": "1.0.7.7",
4   "summary": "WCDB is a cross-platform database framework developed by WeChat.",
5   "description": "The WeChat Database, for Objective-C. (If you want to use WCDB for Swift, see the \"WCDBSwift\" pod.)\n\nWCDB is an efficient, complete, easy-to-use mobile database framework used in the WeChat application.\nIt can be a replacement for Core Data, SQLite & FMDB.",
6   "homepage": "https://github.com/Tencent/wcdb",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "sanhuazhang": "sanhuazhang@tencent.com"
13   },
14   "module_name": "WCDB",
15   "platforms": {
16     "ios": "7.0",
17     "osx": "10.9",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/Tencent/wcdb.git",
23     "tag": "v1.0.7"
24   },
25   "public_header_files": [
26     "objc/WCDB/WCDB.h",
27     "objc/WCDB/**/*.{h,hpp}"
28   ],
29   "source_files": [
30     "objc/WCDB/WCDB.h",
31     "objc/WCDB/**/*.{h,m,hpp,cpp,mm}"
32   ],
33   "frameworks": [
34     "CoreFoundation",
35     "Security",
36     "Foundation"
37   ],
38   "ios": {
39     "frameworks": "UIKit"
40   },
41   "libraries": [
42     "z",
43     "c++"
44   ],
45   "requires_arc": true,
46   "pod_target_xcconfig": {
47     "GCC_PREPROCESSOR_DEFINITIONS": "WCDB_BUILTIN_COLUMN_CODING SQLITE_HAS_CODEC WCDB_BUILTIN_SQLCIPHER",
48     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/WCDB",
49     "LIBRARY_SEARCH_PATHS[sdk=macosx*]": "$(SDKROOT)/usr/lib/system",
50     "CLANG_CXX_LANGUAGE_STANDARD": "gnu++0x",
51     "CLANG_CXX_LIBRARY": "libc++",
52     "OTHER_CFLAGS": "-fvisibility-inlines-hidden",
53     "OTHER_CPLUSPLUSFLAGS": "-fvisibility-inlines-hidden"
54   },
55   "header_dir": "WCDB",
56   "dependencies": {
57     "WCDBOptimizedSQLCipher_Prepush": [
58       "~> 1.1.0"
59     ],
60     "SQLiteRepairKit_Prepush": [
61       "~> 1.1.0"
62     ]
63   }