Skip to content
This repository was archived by the owner on Aug 12, 2022. It is now read-only.

Commit 259d80a

Browse files
Merge pull request #138 from readium/fixes/gcd-server
updated gcd server dependency
2 parents a07e0a7 + 4d7c4fd commit 259d80a

File tree

5 files changed

+5
-14
lines changed

5 files changed

+5
-14
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ github "readium/r2-shared-swift" == 1.4.2
22
github "dexman/Minizip" == 1.4.0
33
github "cezheng/Fuzi" == 3.1.1
44
github "krzyzanowskim/CryptoSwift" == 1.2.0
5-
github "swisspol/GCDWebServer" == 3.5.3
5+
github "edrlab/GCDWebServer" == 3.6.2

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
github "cezheng/Fuzi" "3.1.1"
22
github "dexman/Minizip" "1.4.0"
3+
github "edrlab/GCDWebServer" "3.6.2"
34
github "krzyzanowskim/CryptoSwift" "1.2.0"
45
github "readium/r2-shared-swift" "1.4.2"
5-
github "swisspol/GCDWebServer" "3.5.3"

R2Streamer.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22

33
s.name = "R2Streamer"
4-
s.version = "1.2.3"
4+
s.version = "1.2.4"
55
s.license = "BSD 3-Clause License"
66
s.summary = "R2 Streamer"
77
s.homepage = "http://readium.github.io"
88
s.author = { "Aferdita Muriqi" => "[email protected]" }
9-
s.source = { :git => "https://github.com/readium/r2-streamer-swift.git", :tag => "1.2.3" }
9+
s.source = { :git => "https://github.com/readium/r2-streamer-swift.git", :tag => "1.2.4" }
1010
s.exclude_files = ["**/Info*.plist"]
1111
s.requires_arc = true
1212
s.resources = ['r2-streamer-swift/Resources/**']

r2-streamer-swift/Server/PublicationServer.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@
1111

1212
import Foundation
1313
import R2Shared
14-
#if COCOAPODS
1514
import GCDWebServer
16-
#else
17-
import GCDWebServers
18-
#endif
1915

2016
extension PublicationServer: Loggable {}
2117

r2-streamer-swift/Server/WebServerResourceResponse.swift

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,9 @@
99
// in the LICENSE file present in the project repository where this source code is maintained.
1010
//
1111

12-
#if COCOAPODS
13-
import GCDWebServer
14-
#else
15-
import GCDWebServers
16-
#endif
17-
1812
import Foundation
1913
import R2Shared
14+
import GCDWebServer
2015

2116
extension GCDWebServerResponse: Loggable {}
2217

0 commit comments

Comments
 (0)