[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 0 / c / 5 / FYWCDBSwift / 0.0.1 / FYWCDBSwift.podspec.json
blob9cda3925207fb1ab6e92b4cae10f44b2247adffb
2   "name": "FYWCDBSwift",
3   "version": "0.0.1",
4   "summary": "This is the copy of WCDB, which 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/yulongfy/FYWCDBSwift.git",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yulongfy": "yulong@foryou56.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/yulongfy/FYWCDBSwift.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "FYWCDBSwift/source/**/*.swift",
23     "FYWCDBSwift/source/**/**/*.swift",
24     "FYWCDBSwift/source/util/*.{h,c}"
25   ],
26   "module_name": "WCDBSwift",
27   "requires_arc": true,
28   "pod_target_xcconfig": {
29     "GCC_PREPROCESSOR_DEFINITIONS": "SQLITE_HAS_CODEC WCDB_BUILTIN_SQLCIPHER",
30     "SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES",
31     "APPLICATION_EXTENSION_API_ONLY": "YES",
32     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/WCDBSwift",
33     "LIBRARY_SEARCH_PATHS[sdk=macosx*]": "$(SDKROOT)/usr/lib/system"
34   },
35   "swift_versions": "5.0",
36   "dependencies": {
37     "OptimizedSQLCipher": [
39     ],
40     "SQLiteRepair": [
42     ]
43   },
44   "swift_version": "5.0"