-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8366626
commit 8a87b1e
Showing
4 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# pod trunk push WCDB.cpp.podspec --verbose --skip-import-validation --allow-warnings | ||
Pod::Spec.new do |wcdb| | ||
wcdb.name = "WCDB.cpp" | ||
wcdb.version = "2.0.0" | ||
wcdb.version = "2.0.1" | ||
wcdb.summary = "WCDB is a cross-platform database framework developed by WeChat." | ||
wcdb.description = <<-DESC | ||
The WeChat Database, for C++. (If you want to use WCDB for Swift or Objective-C, see the "WCDB.swift" pod or "WCDB.objc" pod. If you want to use WCDB for C++/Objc/Swift in one project, see the "WCDB" pod) | ||
|
@@ -14,13 +14,13 @@ Pod::Spec.new do |wcdb| | |
DESC | ||
wcdb.homepage = "https://github.com/Tencent/wcdb" | ||
wcdb.license = { :type => "BSD", :file => "LICENSE" } | ||
wcdb.author = { "Qiuwen-Chen" => "[email protected]" } | ||
wcdb.module_name = "WCDBCpp" | ||
wcdb.author = { "Qiuwen-Chen" => "[email protected]" } | ||
wcdb.module_name = "WCDBCpp" | ||
wcdb.ios.deployment_target = "12.4" | ||
wcdb.osx.deployment_target = "10.13" | ||
wcdb.watchos.deployment_target = "7.0" | ||
wcdb.tvos.deployment_target = "12.4" | ||
wcdb.source = { :git => "https://github.com/Tencent/wcdb.git":tag => "v#{wcdb.version}" } | ||
wcdb.source = { :git => "https://github.com/Tencent/wcdb.git", :tag => "v#{wcdb.version}" } | ||
wcdb.public_header_files = "src/cpp/WCDBCpp.h", "src/cpp/**/*.{h,hpp}", "src/common/winq/*.{h,hpp}", "src/common/winq/**/*.{h,hpp}", "src/common/utility/Shadow.hpp", "src/common/utility/Macro.h", "src/common/utility/CaseInsensiveList.hpp", "src/common/core/fts/FTSConst.h", "src/common/core/fts/tokenizer/TokenizerModule.hpp", "src/common/core/fts/tokenizer/TokenizerModuleTemplate.hpp", "src/common/core/fts/tokenizer/BaseTokenizerUtil.hpp", "src/common/core/fts/tokenizer/PinyinTokenizer.hpp", "src/common/core/fts/tokenizer/OneOrBinaryTokenizer.hpp", "src/common/core/fts/auxfunction/FTS5AuxiliaryFunctionTemplate.hpp", "src/common/core/fts/auxfunction/AuxiliaryFunctionModule.hpp", "src/common/core/fts/auxfunction/SubstringMatchInfo.hpp", "src/common/core/fts/FTSError.hpp", "src/common/core/RecyclableHandle.hpp", "src/common/core/Tag.hpp", "src/common/base/Recyclable.hpp", "src/common/base/SharedThreadedErrorProne.hpp", "src/common/base/StringView.hpp", "src/common/base/Optional.hpp", "src/common/base/Error.hpp", "src/common/base/Data.hpp", "src/common/base/UnsafeData.hpp" | ||
wcdb.source_files = "src/common/**/*.{h,hpp,c,cpp}", "src/cpp/**/*.{h,hpp,c,cpp}" | ||
wcdb.exclude_files = "src/cpp/tests/**/*.{h,hpp,c,cpp}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# pod trunk push WCDB.objc.podspec --verbose --skip-import-validation --allow-warnings | ||
Pod::Spec.new do |wcdb| | ||
wcdb.name = "WCDB.objc" | ||
wcdb.version = "2.0.0" | ||
wcdb.version = "2.0.1" | ||
wcdb.summary = "WCDB is a cross-platform database framework developed by WeChat." | ||
wcdb.description = <<-DESC | ||
The WeChat Database, for Objective-C. (If you want to use WCDB for Swift or C++, see the "WCDB.swift" pod or "WCDB.cpp" pod. If you want to use WCDB for C++/Objc/Swift in one project, see the "WCDB" pod) | ||
|
@@ -14,8 +14,8 @@ Pod::Spec.new do |wcdb| | |
DESC | ||
wcdb.homepage = "https://github.com/Tencent/wcdb" | ||
wcdb.license = { :type => "BSD", :file => "LICENSE" } | ||
wcdb.author = { "Qiuwen-Chen" => "[email protected]" } | ||
wcdb.module_name = "WCDBObjc" | ||
wcdb.author = { "Qiuwen-Chen" => "[email protected]" } | ||
wcdb.module_name = "WCDBObjc" | ||
wcdb.ios.deployment_target = "12.4" | ||
wcdb.osx.deployment_target = "10.13" | ||
wcdb.watchos.deployment_target = "7.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# pod trunk push --verbose --allow-warnings WCDB.podspec --skip-import-validation | ||
Pod::Spec.new do |wcdb| | ||
wcdb.name = "WCDB" | ||
wcdb.version = "2.0.0" | ||
wcdb.version = "2.0.1" | ||
wcdb.summary = "WCDB is a cross-platform database framework developed by WeChat." | ||
wcdb.description = <<-DESC | ||
The WeChat Database, for Objc/Swift/C++. (If you want to use WCDB for Objc/Swift/C++ separately, see the "WCDB.objc", "WCDB.swift" or "WCDB.cpp" pod.) | ||
|
@@ -14,8 +14,8 @@ Pod::Spec.new do |wcdb| | |
DESC | ||
wcdb.homepage = "https://github.com/Tencent/wcdb" | ||
wcdb.license = { :type => "BSD", :file => "LICENSE" } | ||
wcdb.author = { "Qiuwen-Chen" => "[email protected]" } | ||
wcdb.module_name = "WCDB" | ||
wcdb.author = { "Qiuwen-Chen" => "[email protected]" } | ||
wcdb.module_name = "WCDB" | ||
wcdb.ios.deployment_target = "12.4" | ||
wcdb.osx.deployment_target = "10.13" | ||
wcdb.watchos.deployment_target = "7.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# pod trunk push --verbose --allow-warnings WCDB.swift.podspec | ||
Pod::Spec.new do |wcdb| | ||
wcdb.name = "WCDB.swift" | ||
wcdb.version = "2.0.0" | ||
wcdb.version = "2.0.1" | ||
wcdb.summary = "WCDB is a cross-platform database framework developed by WeChat." | ||
wcdb.description = <<-DESC | ||
The WeChat Database, for Swift. (If you want to use WCDB for Objective-C or C++, see the "WCDB.objc" pod or "WCDB.cpp" pod. If you want to use WCDB for C++/Objc/Swift in one project, see the "WCDB" pod) | ||
|
@@ -13,9 +13,9 @@ Pod::Spec.new do |wcdb| | |
It can be a replacement for Core Data, SQLite & FMDB. | ||
DESC | ||
wcdb.homepage = "https://github.com/Tencent/wcdb" | ||
wcdb.module_name = "WCDBSwift" | ||
wcdb.module_name = "WCDBSwift" | ||
wcdb.license = { :type => "BSD", :file => "LICENSE" } | ||
wcdb.author = { "Qiuwen-Chen" => "[email protected]" } | ||
wcdb.author = { "Qiuwen-Chen" => "[email protected]" } | ||
wcdb.ios.deployment_target = "12.4" | ||
wcdb.osx.deployment_target = "10.13" | ||
wcdb.watchos.deployment_target = "7.0" | ||
|