Skip to content

Commit ec35937

Browse files
committed
Update podspec
1 parent 2440c51 commit ec35937

5 files changed

+9
-9
lines changed

WCDB.cpp.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# pod trunk push WCDB.cpp.podspec --verbose --skip-import-validation --allow-warnings
55
Pod::Spec.new do |wcdb|
66
wcdb.name = "WCDB.cpp"
7-
wcdb.version = "2.0.3"
7+
wcdb.version = "2.0.4"
88
wcdb.summary = "WCDB is a cross-platform database framework developed by WeChat."
99
wcdb.description = <<-DESC
1010
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)
@@ -49,5 +49,5 @@ Pod::Spec.new do |wcdb|
4949
"VALID_ARCHS[sdk=watchos*]" => "arm64_32 armv7k",
5050
}
5151
wcdb.header_dir = "WCDB"
52-
wcdb.dependency 'WCDBOptimizedSQLCipher', '~> 1.4.1'
52+
wcdb.dependency 'WCDBOptimizedSQLCipher', '~> 1.4.2'
5353
end

WCDB.objc.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# pod trunk push WCDB.objc.podspec --verbose --skip-import-validation --allow-warnings
55
Pod::Spec.new do |wcdb|
66
wcdb.name = "WCDB.objc"
7-
wcdb.version = "2.0.3"
7+
wcdb.version = "2.0.4"
88
wcdb.summary = "WCDB is a cross-platform database framework developed by WeChat."
99
wcdb.description = <<-DESC
1010
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)
@@ -45,5 +45,5 @@ Pod::Spec.new do |wcdb|
4545
"OTHER_CPLUSPLUSFLAGS" => "-fvisibility-inlines-hidden",
4646
}
4747
wcdb.header_dir = "WCDB"
48-
wcdb.dependency 'WCDBOptimizedSQLCipher', '~> 1.4.1'
48+
wcdb.dependency 'WCDBOptimizedSQLCipher', '~> 1.4.2'
4949
end

WCDB.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# pod trunk push --verbose --allow-warnings WCDB.podspec --skip-import-validation
55
Pod::Spec.new do |wcdb|
66
wcdb.name = "WCDB"
7-
wcdb.version = "2.0.3"
7+
wcdb.version = "2.0.4"
88
wcdb.summary = "WCDB is a cross-platform database framework developed by WeChat."
99
wcdb.description = <<-DESC
1010
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.)
@@ -50,5 +50,5 @@ Pod::Spec.new do |wcdb|
5050
}
5151
wcdb.header_dir = "WCDB"
5252
wcdb.swift_versions = '5'
53-
wcdb.dependency 'WCDBOptimizedSQLCipher', '~> 1.4.1'
53+
wcdb.dependency 'WCDBOptimizedSQLCipher', '~> 1.4.2'
5454
end

WCDB.swift.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# pod trunk push --verbose --allow-warnings WCDB.swift.podspec
55
Pod::Spec.new do |wcdb|
66
wcdb.name = "WCDB.swift"
7-
wcdb.version = "2.0.3"
7+
wcdb.version = "2.0.4"
88
wcdb.summary = "WCDB is a cross-platform database framework developed by WeChat."
99
wcdb.description = <<-DESC
1010
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)
@@ -53,5 +53,5 @@ Pod::Spec.new do |wcdb|
5353
"OTHER_CPLUSPLUSFLAGS" => "-fvisibility-inlines-hidden",
5454
}
5555
wcdb.swift_versions = '5'
56-
wcdb.dependency 'WCDBOptimizedSQLCipher', '~> 1.4.1'
56+
wcdb.dependency 'WCDBOptimizedSQLCipher', '~> 1.4.2'
5757
end

sqlcipher

0 commit comments

Comments
 (0)