[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 2 / b / 4 / BuzzWCDB / 1.1.1 / BuzzWCDB.podspec.json
bloba468572f7a87b90a2f3abd191876709c15da4d79
2   "name": "BuzzWCDB",
3   "version": "1.1.1",
4   "summary": "A short description of BuzzWCDB.",
5   "description": "The BuzzMsg 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.",
6   "homepage": "https://github.com/buzzmsg/Buzz-WCDB",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "buzzmsg": "admin@buzzmsg.com"
13   },
14   "platforms": {
15     "osx": "10.9",
16     "ios": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/buzzmsg/Buzz-WCDB.git",
20     "tag": "1.1.1"
21   },
22   "module_name": "WCDBSwift",
23   "requires_arc": true,
24   "source_files": "BuzzWCDB/Classes/**/*",
25   "pod_target_xcconfig": {
26     "GCC_PREPROCESSOR_DEFINITIONS": "SQLITE_HAS_CODEC WCDB_BUILTIN_SQLCIPHER",
27     "SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES",
28     "APPLICATION_EXTENSION_API_ONLY": "YES",
29     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/WCDBSwift",
30     "LIBRARY_SEARCH_PATHS[sdk=macosx*]": "$(SDKROOT)/usr/lib/system",
31     "OTHER_SWIFT_FLAGS[config=Release][sdk=iphonesimulator*]": "-D WCDB_IOS",
32     "OTHER_SWIFT_FLAGS[config=Release][sdk=iphoneos*]": "-D WCDB_IOS",
33     "OTHER_SWIFT_FLAGS[config=Debug]": "-D DEBUG",
34     "OTHER_SWIFT_FLAGS[config=Debug][sdk=iphonesimulator*]": "-D WCDB_IOS -D DEBUG",
35     "OTHER_SWIFT_FLAGS[config=Debug][sdk=iphoneos*]": "-D WCDB_IOS -D DEBUG"
36   },
37   "swift_versions": "5",
38   "dependencies": {
39     "WCDBOptimizedSQLCipher": [
40       "~> 1.3.0"
41     ],
42     "SQLiteRepairKit": [
43       "~> 1.3.0"
44     ]
45   },
46   "swift_version": "5"