Skip to content

Commit

Permalink
Update podspec to 1.0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RingoD committed Mar 26, 2019
1 parent c1ccdaa commit 1f6540b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WCDB.swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# pod trunk push --verbose --allow-warnings WCDB.swift.podspec
Pod::Spec.new do |wcdb|
wcdb.name = "WCDB.swift"
wcdb.version = "1.0.7.5"
wcdb.version = "1.0.8.2"
wcdb.summary = "WCDB is a cross-platform database framework developed by WeChat."
wcdb.description = <<-DESC
The WeChat Database, for Swift. (If you want to use WCDB for Objective-C, see the "WCDB" pod.)
Expand All @@ -17,7 +17,7 @@ Pod::Spec.new do |wcdb|
wcdb.osx.deployment_target = "10.9"
wcdb.watchos.deployment_target = "2.0"
wcdb.tvos.deployment_target = "9.0"
wcdb.source = { :git => "https://github.com/Tencent/wcdb.git", :tag => "v1.0.7.5" }
wcdb.source = { :git => "https://github.com/Tencent/wcdb.git", :tag => "v1.0.8.2" }
wcdb.source_files = "swift/source/**/*.swift", "swift/source/**/**/*.swift", "swift/source/util/*.{h,c}"
wcdb.module_name = "WCDBSwift"
wcdb.requires_arc = true
Expand Down

0 comments on commit 1f6540b

Please sign in to comment.