[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / 1 / a / WCDB.swift.timex / 1.0.7.6 / WCDB.swift.timex.podspec.json
blob2ba3a36ad378bffef9e6b521d72d0bcc97d85d30
2   "name": "WCDB.swift.timex",
3   "version": "1.0.7.6",
4   "summary": "WCDB is a cross-platform database framework developed by WeChat.",
5   "description": "The WeChat Database, for Swift. (If you want to use WCDB for Objective-C, see the \"WCDB\" 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/Pircate/wcdb",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "sanhuazhang": "sanhuazhang@tencent.com"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.9",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/Pircate/wcdb.git",
22     "tag": "1.0.7.6"
23   },
24   "source_files": [
25     "swift/source/**/*.swift",
26     "swift/source/**/**/*.swift",
27     "swift/source/util/*.{h,c}"
28   ],
29   "module_name": "WCDBSwift",
30   "requires_arc": true,
31   "pod_target_xcconfig": {
32     "GCC_PREPROCESSOR_DEFINITIONS": "SQLITE_HAS_CODEC WCDB_BUILTIN_SQLCIPHER",
33     "SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES",
34     "APPLICATION_EXTENSION_API_ONLY": "YES",
35     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/WCDBSwift",
36     "LIBRARY_SEARCH_PATHS[sdk=macosx*]": "$(SDKROOT)/usr/lib/system",
37     "OTHER_SWIFT_FLAGS[config=Release][sdk=iphonesimulator*]": "-D WCDB_IOS",
38     "OTHER_SWIFT_FLAGS[config=Release][sdk=iphoneos*]": "-D WCDB_IOS",
39     "OTHER_SWIFT_FLAGS[config=Debug]": "-D DEBUG",
40     "OTHER_SWIFT_FLAGS[config=Debug][sdk=iphonesimulator*]": "-D WCDB_IOS -D DEBUG",
41     "OTHER_SWIFT_FLAGS[config=Debug][sdk=iphoneos*]": "-D WCDB_IOS -D DEBUG"
42   },
43   "swift_version": "4.2",
44   "dependencies": {
45     "WCDBSQLCipher": [
46       "~> 1.2.0"
47     ],
48     "SQLiteRepairKit": [
49       "~> 1.2.0"
50     ]
51   }