File tree Expand file tree Collapse file tree 8 files changed +13
-13
lines changed
Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 11![ Platform] ( https://img.shields.io/badge/Platform-Linux%20&%20OSX%20&%20tvOS-4BC51D.svg?style=flat )
2- ![ Swift] ( https://img.shields.io/badge/Swift-4.x-4BC51D.svg?style=flat )
2+ ![ Swift] ( https://img.shields.io/badge/Swift-4.x,_5.0 -4BC51D.svg?style=flat )
33![ Protocols] ( https://img.shields.io/badge/Protocols-HTTP%201.1%20&%20WebSockets-4BC51D.svg?style=flat )
44[ ![ CocoaPods] ( https://img.shields.io/cocoapods/v/Swifter.svg?style=flat )] ( https://cocoapods.org/pods/Swifter )
55[ ![ Carthage Compatible] ( https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat )] ( https://github.com/Carthage/Carthage )
@@ -72,12 +72,12 @@ server.start()
7272``` ruby
7373use_frameworks!
7474
75- pod ' Swifter' , ' ~> 1.4.5 '
75+ pod ' Swifter' , ' ~> 1.4.6 '
7676```
7777
7878### Carthage? Also yes.
7979```
80- github "httpswift/swifter" ~> 1.4.5
80+ github "httpswift/swifter" ~> 1.4.6
8181```
8282
8383### Swift Package Manager.
@@ -87,7 +87,7 @@ import PackageDescription
8787let package = Package (
8888 name : " MyServer" ,
8989 dependencies : [
90- .package (url : " https://github.com/httpswift/swifter.git" , .upToNextMajor (from : " 1.4.5 " ))
90+ .package (url : " https://github.com/httpswift/swifter.git" , .upToNextMajor (from : " 1.4.6 " ))
9191 ]
9292)
9393```
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import Foundation
99
1010public class HttpServer : HttpServerIO {
1111
12- public static let VERSION = " 1.3.3 "
12+ public static let VERSION = " 1.4.6 "
1313
1414 private let router = HttpRouter ( )
1515
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22
33 s . name = "Swifter"
4- s . version = "1.4.5 "
4+ s . version = "1.4.6 "
55 s . summary = "Tiny http server engine written in Swift programming language."
66 s . homepage = "https://github.com/glock45/swifter"
77 s . license = { :type => 'Copyright' , :file => 'LICENSE' }
88 s . author = { "Damian Kołakowski" => "[email protected] " } 99 s . ios . deployment_target = "8.0"
1010 s . osx . deployment_target = "10.9"
1111 s . tvos . deployment_target = "9.0"
12- s . source = { :git => "https://github.com/httpswift/swifter.git" , :tag => "1.4.5 " }
12+ s . source = { :git => "https://github.com/httpswift/swifter.git" , :tag => "1.4.6 " }
1313 s . source_files = 'Sources/*.{swift}'
1414
1515end
Original file line number Diff line number Diff line change 12321232 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
12331233 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
12341234 COPY_PHASE_STRIP = NO;
1235- CURRENT_PROJECT_VERSION = 1.4.3 ;
1235+ CURRENT_PROJECT_VERSION = 1.4.6 ;
12361236 ENABLE_STRICT_OBJC_MSGSEND = YES;
12371237 ENABLE_TESTABILITY = YES;
12381238 GCC_C_LANGUAGE_STANDARD = gnu99;
12931293 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
12941294 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
12951295 COPY_PHASE_STRIP = YES;
1296- CURRENT_PROJECT_VERSION = 1.4.3 ;
1296+ CURRENT_PROJECT_VERSION = 1.4.6 ;
12971297 ENABLE_NS_ASSERTIONS = NO;
12981298 ENABLE_STRICT_OBJC_MSGSEND = YES;
12991299 GCC_C_LANGUAGE_STANDARD = gnu99;
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.4.5 </string >
18+ <string >1.4.6 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.4.5 </string >
18+ <string >1.4.6 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.4.5 </string >
18+ <string >1.4.6 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.4.5 </string >
18+ <string >1.4.6 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments