2
2
# pod trunk push WCDB.podspec --verbose --skip-import-validation --allow-warnings
3
3
Pod ::Spec . new do |wcdb |
4
4
wcdb . name = "WCDB"
5
- wcdb . version = "1.0.7.5 "
5
+ wcdb . version = "1.1.0 "
6
6
wcdb . summary = "WCDB is a cross-platform database framework developed by WeChat."
7
7
wcdb . description = <<-DESC
8
8
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|
18
18
wcdb . osx . deployment_target = "10.9"
19
19
wcdb . watchos . deployment_target = "2.0"
20
20
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 " }
22
22
wcdb . public_header_files = "objc/WCDB/WCDB.h" , "objc/WCDB/**/*.{h,hpp}"
23
23
wcdb . source_files = "objc/WCDB/WCDB.h" , "objc/WCDB/**/*.{h,m,hpp,cpp,mm}"
24
24
wcdb . frameworks = "CoreFoundation" , "Security" , "Foundation"
@@ -35,6 +35,6 @@ Pod::Spec.new do |wcdb|
35
35
"OTHER_CPLUSPLUSFLAGS" => "-fvisibility-inlines-hidden" ,
36
36
}
37
37
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'
40
40
end
0 commit comments