Skip to content

Commit 75ef800

Browse files
committed
Need to update podspec
1 parent 6a1b8f3 commit 75ef800

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Documentation/Release.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
* [ ] Make sure current master branch has a green build
44
* [ ] Make sure `CHANGELOG.md` is up-to-date
5+
* [ ] Update the version number in `SQLite.swift.podspec`
56
* [ ] Run `pod lib lint` locally
67
* [ ] Update the version numbers mentioned in `README.md`, `Documentation/Index.md`
78
* [ ] Update `MARKETING_VERSION` in `SQLite.xcodeproj/project.pbxproj`

SQLite.swift.podspec

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

66
s.description = <<-DESC
77
SQLite.swift provides compile-time confidence in SQL statement syntax and
@@ -17,13 +17,12 @@ Pod::Spec.new do |s|
1717
s.module_name = 'SQLite'
1818
s.default_subspec = 'standard'
1919
s.swift_versions = ['5']
20-
21-
20+
2221
ios_deployment_target = '9.0'
2322
tvos_deployment_target = '9.1'
2423
osx_deployment_target = '10.15'
2524
watchos_deployment_target = '3.0'
26-
25+
2726
s.ios.deployment_target = ios_deployment_target
2827
s.tvos.deployment_target = tvos_deployment_target
2928
s.osx.deployment_target = osx_deployment_target

0 commit comments

Comments
 (0)