blob: 8cfc9cd9a74a357a951d94b14009d7f526c7f3d5 [file] [log] [blame]
{
"name": "WCDB.swift.timex",
"version": "1.0.8",
"summary": "WCDB is a cross-platform database framework developed by WeChat.",
"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.",
"homepage": "https://github.com/Pircate/wcdb",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"sanhuazhang": "sanhuazhang@tencent.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/Pircate/wcdb.git",
"tag": "1.0.8"
},
"source_files": [
"swift/source/**/*.swift",
"swift/source/**/**/*.swift",
"swift/source/util/*.{h,c}"
],
"module_name": "WCDBSwift",
"requires_arc": true,
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "SQLITE_HAS_CODEC WCDB_BUILTIN_SQLCIPHER",
"SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES",
"APPLICATION_EXTENSION_API_ONLY": "YES",
"HEADER_SEARCH_PATHS": "${PODS_ROOT}/WCDBSwift",
"LIBRARY_SEARCH_PATHS[sdk=macosx*]": "$(SDKROOT)/usr/lib/system",
"OTHER_SWIFT_FLAGS[config=Release][sdk=iphonesimulator*]": "-D WCDB_IOS",
"OTHER_SWIFT_FLAGS[config=Release][sdk=iphoneos*]": "-D WCDB_IOS",
"OTHER_SWIFT_FLAGS[config=Debug]": "-D DEBUG",
"OTHER_SWIFT_FLAGS[config=Debug][sdk=iphonesimulator*]": "-D WCDB_IOS -D DEBUG",
"OTHER_SWIFT_FLAGS[config=Debug][sdk=iphoneos*]": "-D WCDB_IOS -D DEBUG"
},
"swift_version": "4.2",
"dependencies": {
"WCDBSQLCipher": [
"~> 1.2.0"
],
"WCDBSQLiteRepairKit": [
"~> 1.2.0"
]
}
}