Skip to content

Commit 3297bc8

Browse files
committed
Update podspec
1 parent f5017fe commit 3297bc8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

WCDBOptimizedSQLCipher.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# pod trunk push WCDBOptimizedSQLCipher.podspec --verbose --allow-warnings
33
Pod::Spec.new do |sqlcipher|
44
sqlcipher.name = "WCDBOptimizedSQLCipher"
5-
sqlcipher.version = "1.4.4"
5+
sqlcipher.version = "1.4.5"
66
sqlcipher.summary = "Full Database Encryption for SQLite and optimized by WCDB."
77
sqlcipher.description = <<-DESC
88
SQLCipher is an open source extension to SQLite that provides transparent 256-bit AES encryption of database files.
@@ -12,7 +12,7 @@ Pod::Spec.new do |sqlcipher|
1212
sqlcipher.homepage = "https://github.com/Tencent/sqlcipher"
1313
sqlcipher.license = { :type => "BSD", :file => "LICENSE"}
1414
sqlcipher.author = { "Qiuwen-Chen" => "qwchen2008@163.com" }
15-
sqlcipher.source = { :git => "https://github.com/Tencent/sqlcipher.git", :commit => "40871cc3bf3c19cda27725105dd7fab632fdbe69" }
15+
sqlcipher.source = { :git => "https://github.com/Tencent/sqlcipher.git", :tag => "v#{sqlcipher.version}" }
1616
sqlcipher.module_name = "sqlcipher"
1717
sqlcipher.public_header_files = [
1818
"sqlite3.h",

0 commit comments

Comments
 (0)