Skip to content

Commit

Permalink
Updating to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfallet committed Aug 21, 2021
1 parent bf13f1a commit 449edeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2
5.0
6 changes: 3 additions & 3 deletions SQLite.swift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SQLite.swift"
s.version = "0.12.2"
s.version = "0.13.0"
s.summary = "A type-safe, Swift-language layer over SQLite3 for iOS and macOS."

s.description = <<-DESC
Expand All @@ -16,12 +16,12 @@ Pod::Spec.new do |s|

s.module_name = 'SQLite'
s.default_subspec = 'standard'
s.swift_versions = ['4.2', '5']
s.swift_versions = ['5']


ios_deployment_target = '9.0'
tvos_deployment_target = '9.1'
osx_deployment_target = '10.10'
osx_deployment_target = '10.15'
watchos_deployment_target = '3.0'

s.ios.deployment_target = ios_deployment_target
Expand Down

0 comments on commit 449edeb

Please sign in to comment.