Skip to content

Commit e6d121d

Browse files
committed
Update podspec to 1.1.0
1 parent 2c8c4d9 commit e6d121d

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

SQLiteRepairKit.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# pod trunk push --verbose --skip-import-validation --allow-warnings SQLiteRepairKit.podspec
33
Pod::Spec.new do |sqliterk|
44
sqliterk.name = "SQLiteRepairKit"
5-
sqliterk.version = "1.2.2"
5+
sqliterk.version = "1.3.0"
66
sqliterk.summary = "Repair kit for SQLite based database"
77
sqliterk.description = <<-DESC
88
sqliterk is a efficient, self-contain repair kit for restoring corrupted SQLite based database.
@@ -17,8 +17,8 @@ Pod::Spec.new do |sqliterk|
1717
sqliterk.tvos.deployment_target = "9.0"
1818
sqliterk.osx.deployment_target = "10.9"
1919
sqliterk.ios.deployment_target = "8.0"
20-
sqliterk.dependency 'WCDBOptimizedSQLCipher', '~> 1.2.0'
21-
sqliterk.source = { :git => "https://github.com/Tencent/wcdb.git", :tag => "v1.0.8.2" }
20+
sqliterk.dependency 'WCDBOptimizedSQLCipher', '~> 1.3.0'
21+
sqliterk.source = { :git => "https://github.com/Tencent/wcdb.git", :tag => "v1.1.0" }
2222
sqliterk.public_header_files = "repair/SQLiteRepairKit.h"
2323
sqliterk.source_files = "repair/*.{h,c,cpp}"
2424
sqliterk.libraries = "z", "c++"

WCDB.podspec

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# pod trunk push WCDB.podspec --verbose --skip-import-validation --allow-warnings
33
Pod::Spec.new do |wcdb|
44
wcdb.name = "WCDB"
5-
wcdb.version = "1.0.7.5"
5+
wcdb.version = "1.1.0"
66
wcdb.summary = "WCDB is a cross-platform database framework developed by WeChat."
77
wcdb.description = <<-DESC
88
The WeChat Database, for Objective-C. (If you want to use WCDB for Swift, see the "WCDBSwift" pod.)
@@ -18,7 +18,7 @@ Pod::Spec.new do |wcdb|
1818
wcdb.osx.deployment_target = "10.9"
1919
wcdb.watchos.deployment_target = "2.0"
2020
wcdb.tvos.deployment_target = "9.0"
21-
wcdb.source = { :git => "https://github.com/Tencent/wcdb.git", :tag => "v1.0.7.5" }
21+
wcdb.source = { :git => "https://github.com/Tencent/wcdb.git", :tag => "v1.1.0" }
2222
wcdb.public_header_files = "objc/WCDB/WCDB.h", "objc/WCDB/**/*.{h,hpp}"
2323
wcdb.source_files = "objc/WCDB/WCDB.h", "objc/WCDB/**/*.{h,m,hpp,cpp,mm}"
2424
wcdb.frameworks = "CoreFoundation", "Security", "Foundation"
@@ -35,6 +35,6 @@ Pod::Spec.new do |wcdb|
3535
"OTHER_CPLUSPLUSFLAGS" => "-fvisibility-inlines-hidden",
3636
}
3737
wcdb.header_dir = "WCDB"
38-
wcdb.dependency 'WCDBOptimizedSQLCipher', '~> 1.2.0'
39-
wcdb.dependency 'SQLiteRepairKit', '~> 1.2.0'
38+
wcdb.dependency 'WCDBOptimizedSQLCipher', '~> 1.3.0'
39+
wcdb.dependency 'SQLiteRepairKit', '~> 1.3.0'
4040
end

WCDB.swift.podspec

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# pod trunk push --verbose --allow-warnings WCDB.swift.podspec
33
Pod::Spec.new do |wcdb|
44
wcdb.name = "WCDB.swift"
5-
wcdb.version = "1.0.8.2"
5+
wcdb.version = "1.1.0"
66
wcdb.summary = "WCDB is a cross-platform database framework developed by WeChat."
77
wcdb.description = <<-DESC
88
The WeChat Database, for Swift. (If you want to use WCDB for Objective-C, see the "WCDB" pod.)
@@ -17,7 +17,7 @@ Pod::Spec.new do |wcdb|
1717
wcdb.osx.deployment_target = "10.9"
1818
wcdb.watchos.deployment_target = "2.0"
1919
wcdb.tvos.deployment_target = "9.0"
20-
wcdb.source = { :git => "https://github.com/Tencent/wcdb.git", :tag => "v1.0.8.2" }
20+
wcdb.source = { :git => "https://github.com/Tencent/wcdb.git", :tag => "v1.1.0" }
2121
wcdb.source_files = "swift/source/**/*.swift", "swift/source/**/**/*.swift", "swift/source/util/*.{h,c}"
2222
wcdb.module_name = "WCDBSwift"
2323
wcdb.requires_arc = true
@@ -33,7 +33,7 @@ Pod::Spec.new do |wcdb|
3333
"OTHER_SWIFT_FLAGS[config=Debug][sdk=iphonesimulator*]" => "-D WCDB_IOS -D DEBUG",
3434
"OTHER_SWIFT_FLAGS[config=Debug][sdk=iphoneos*]" => "-D WCDB_IOS -D DEBUG",
3535
}
36-
wcdb.swift_version = '4.2'
37-
wcdb.dependency 'WCDBOptimizedSQLCipher', '~> 1.2.0'
38-
wcdb.dependency 'SQLiteRepairKit', '~> 1.2.0'
36+
wcdb.swift_version = '5'
37+
wcdb.dependency 'WCDBOptimizedSQLCipher', '~> 1.3.0'
38+
wcdb.dependency 'SQLiteRepairKit', '~> 1.3.0'
3939
end

sqlcipher

0 commit comments

Comments
 (0)