Skip to content

Commit 32a96a4

Browse files
authored
feat: Add swift 5.9 support to cocoapods (#146)
* Update ParseSwiftOG.podspec * Update ParseSwiftOG.podtemplate
1 parent ca540d5 commit 32a96a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ParseSwiftOG.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414
s.osx.deployment_target = "10.15"
1515
s.tvos.deployment_target = "13.0"
1616
s.watchos.deployment_target = "6.0"
17-
s.swift_versions = ['5.5', '5.6', '5.7', '5.8']
17+
s.swift_versions = ['5.5', '5.6', '5.7', '5.8', '5.9']
1818
s.source_files = "Sources/ParseSwift/**/*.swift"
1919
s.license = {
2020
:type => "Apache 2.0",

ParseSwiftOG.podtemplate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414
s.osx.deployment_target = "10.15"
1515
s.tvos.deployment_target = "13.0"
1616
s.watchos.deployment_target = "6.0"
17-
s.swift_versions = ['5.5', '5.6', '5.7', '5.8']
17+
s.swift_versions = ['5.5', '5.6', '5.7', '5.8', '5.9']
1818
s.source_files = "Sources/ParseSwift/**/*.swift"
1919
s.license = {
2020
:type => "Apache 2.0",

0 commit comments

Comments
 (0)