Skip to content

Commit

Permalink
Update podspec to Swift 5.4 (#179)
Browse files Browse the repository at this point in the history
* Update podspec to Swift 5.4

* Add documentation badge to readme
  • Loading branch information
cbaker6 committed Jun 28, 2021
1 parent 8dbb085 commit 5ee216f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ParseSwift.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.13"
s.tvos.deployment_target = "12.0"
s.watchos.deployment_target = "5.0"
s.swift_versions = ['5.1', '5.2', '5.3']
s.swift_versions = ['5.1', '5.2', '5.3', '5.4']
s.source_files = "Sources/ParseSwift/**/*.swift"
s.license = {
:type => "MIT",
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<a href="https://github.com/parse-community/Parse-Swift/actions?query=workflow%3Aci+branch%3Amain"><img alt="CI status" src="https://github.com/parse-community/Parse-Swift/workflows/ci/badge.svg?branch=main"></a>
<a href="https://github.com/parse-community/Parse-Swift/actions?query=workflow%3Arelease"><img alt="Release status" src="https://github.com/parse-community/Parse-Swift/workflows/release/badge.svg"></a>
<a href="https://codecov.io/gh/parse-community/Parse-Swift/branches"><img alt="Code coverage" src="https://codecov.io/gh/parse-community/Parse-Swift/branch/main/graph/badge.svg"></a>
<a href="http://parseplatform.org/Parse-Swift/api/"><img alt="Cocoapods" src="https://github.com/parse-community/Parse-Swift/blob/gh-pages/api/badge.svg"></a>
<a href="https://github.com/parse-community/Parse-Swift"><img alt="Dependencies" src="https://img.shields.io/badge/dependencies-0-yellowgreen.svg"></a>
<a href="https://community.parseplatform.org/"><img alt="Join the conversation" src="https://img.shields.io/discourse/https/community.parseplatform.org/topics.svg"></a>
<a href="https://cocoapods.org/pods/ParseSwift"><img alt="Cocoapods" src="https://img.shields.io/cocoapods/v/ParseSwift.svg"></a>
Expand Down

0 comments on commit 5ee216f

Please sign in to comment.