Skip to content

Commit

Permalink
feat: Add swift 5.9 support to cocoapods (#146)
Browse files Browse the repository at this point in the history
* Update ParseSwiftOG.podspec

* Update ParseSwiftOG.podtemplate
  • Loading branch information
cbaker6 authored Jan 10, 2024
1 parent ca540d5 commit 32a96a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ParseSwiftOG.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
s.osx.deployment_target = "10.15"
s.tvos.deployment_target = "13.0"
s.watchos.deployment_target = "6.0"
s.swift_versions = ['5.5', '5.6', '5.7', '5.8']
s.swift_versions = ['5.5', '5.6', '5.7', '5.8', '5.9']
s.source_files = "Sources/ParseSwift/**/*.swift"
s.license = {
:type => "Apache 2.0",
Expand Down
2 changes: 1 addition & 1 deletion ParseSwiftOG.podtemplate
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
s.osx.deployment_target = "10.15"
s.tvos.deployment_target = "13.0"
s.watchos.deployment_target = "6.0"
s.swift_versions = ['5.5', '5.6', '5.7', '5.8']
s.swift_versions = ['5.5', '5.6', '5.7', '5.8', '5.9']
s.source_files = "Sources/ParseSwift/**/*.swift"
s.license = {
:type => "Apache 2.0",
Expand Down

0 comments on commit 32a96a4

Please sign in to comment.