File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22# pod trunk push WCDBOptimizedSQLCipher.podspec --verbose --allow-warnings
33Pod ::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" ,
You can’t perform that action at this time.
0 commit comments