Skip to content

Commit 449edeb

Browse files
committed
Updating to 0.13.0
1 parent bf13f1a commit 449edeb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.2
1+
5.0

SQLite.swift.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SQLite.swift"
3-
s.version = "0.12.2"
3+
s.version = "0.13.0"
44
s.summary = "A type-safe, Swift-language layer over SQLite3 for iOS and macOS."
55

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

1717
s.module_name = 'SQLite'
1818
s.default_subspec = 'standard'
19-
s.swift_versions = ['4.2', '5']
19+
s.swift_versions = ['5']
2020

2121

2222
ios_deployment_target = '9.0'
2323
tvos_deployment_target = '9.1'
24-
osx_deployment_target = '10.10'
24+
osx_deployment_target = '10.15'
2525
watchos_deployment_target = '3.0'
2626

2727
s.ios.deployment_target = ios_deployment_target

0 commit comments

Comments
 (0)