Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Qiuwen-chen committed Apr 25, 2023
1 parent 8366626 commit 8a87b1e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions WCDB.cpp.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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}"
Expand Down
6 changes: 3 additions & 3 deletions WCDB.objc.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions WCDB.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.)
Expand All @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions WCDB.swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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"
Expand Down

0 comments on commit 8a87b1e

Please sign in to comment.