Skip to content

Commit 8eea555

Browse files
committed
Use swift_versions DSL instead of .swift-version file.
1 parent 73ac810 commit 8eea555

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.swift-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ All notable changes to this project will be documented in this file. Changes not
2727
- Set the version of the HTTP Server based in the project version in the **Info.plist** for macOS, iOS and tvOS platforms. ([#416](https://github.com/httpswift/swifter/pull/416)) by [@Vkt0r](https://github.com/Vkt0r)
2828
- Update `HttpParser` so it percent-encodes the URL components before initializing `URLComponents`. ([#423](https://github.com/httpswift/swifter/pull/423)) by [@nejcvivod](https://github.com/nejcvivod)
2929
- Update `SwifterTestsHttpParser` with a test for parsing bracketed query strings. ([#423](https://github.com/httpswift/swifter/pull/423)) by [@nejcvivod](https://github.com/nejcvivod)
30+
- Use `swift_version` CocoaPods DSL. ([#425](https://github.com/httpswift/swifter/pull/425)) by [@dnkoutso](https://github.com/dnkoutso)
3031

3132
# [1.4.7]
3233

Swifter.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ Pod::Spec.new do |s|
1111
s.tvos.deployment_target = "9.0"
1212
s.source = { :git => "https://github.com/httpswift/swifter.git", :tag => "1.4.7" }
1313
s.source_files = 'XCode/Sources/*.{swift}'
14+
s.swift_version = '4.2'
1415

1516
end

0 commit comments

Comments
 (0)