File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 `
Original file line number Diff line number Diff line change 11Pod ::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
You can’t perform that action at this time.
0 commit comments