We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf13f1a commit 449edebCopy full SHA for 449edeb
.swift-version
@@ -1 +1 @@
1
-4.2
+5.0
SQLite.swift.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
2
s.name = "SQLite.swift"
3
- s.version = "0.12.2"
+ s.version = "0.13.0"
4
s.summary = "A type-safe, Swift-language layer over SQLite3 for iOS and macOS."
5
6
s.description = <<-DESC
@@ -16,12 +16,12 @@ Pod::Spec.new do |s|
16
17
s.module_name = 'SQLite'
18
s.default_subspec = 'standard'
19
- s.swift_versions = ['4.2', '5']
+ s.swift_versions = ['5']
20
21
22
ios_deployment_target = '9.0'
23
tvos_deployment_target = '9.1'
24
- osx_deployment_target = '10.10'
+ osx_deployment_target = '10.15'
25
watchos_deployment_target = '3.0'
26
27
s.ios.deployment_target = ios_deployment_target
0 commit comments