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

Commit

Permalink
Merge pull request #139 from readium/develop
Browse files Browse the repository at this point in the history
GCDWebServer update
  • Loading branch information
aferditamuriqi authored Nov 26, 2019
2 parents 78c5025 + 259d80a commit 12cba2f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ github "readium/r2-shared-swift" == 1.4.2
github "dexman/Minizip" == 1.4.0
github "cezheng/Fuzi" == 3.1.1
github "krzyzanowskim/CryptoSwift" == 1.2.0
github "swisspol/GCDWebServer" == 3.5.3
github "edrlab/GCDWebServer" == 3.6.2
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github "cezheng/Fuzi" "3.1.1"
github "dexman/Minizip" "1.4.0"
github "edrlab/GCDWebServer" "3.6.2"
github "krzyzanowskim/CryptoSwift" "1.2.0"
github "readium/r2-shared-swift" "1.4.2"
github "swisspol/GCDWebServer" "3.5.3"
4 changes: 2 additions & 2 deletions R2Streamer.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|

s.name = "R2Streamer"
s.version = "1.2.3"
s.version = "1.2.4"
s.license = "BSD 3-Clause License"
s.summary = "R2 Streamer"
s.homepage = "http://readium.github.io"
s.author = { "Aferdita Muriqi" => "[email protected]" }
s.source = { :git => "https://github.com/readium/r2-streamer-swift.git", :tag => "1.2.3" }
s.source = { :git => "https://github.com/readium/r2-streamer-swift.git", :tag => "1.2.4" }
s.exclude_files = ["**/Info*.plist"]
s.requires_arc = true
s.resources = ['r2-streamer-swift/Resources/**']
Expand Down
4 changes: 0 additions & 4 deletions r2-streamer-swift/Server/PublicationServer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@

import Foundation
import R2Shared
#if COCOAPODS
import GCDWebServer
#else
import GCDWebServers
#endif

extension PublicationServer: Loggable {}

Expand Down
7 changes: 1 addition & 6 deletions r2-streamer-swift/Server/WebServerResourceResponse.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,9 @@
// in the LICENSE file present in the project repository where this source code is maintained.
//

#if COCOAPODS
import GCDWebServer
#else
import GCDWebServers
#endif

import Foundation
import R2Shared
import GCDWebServer

extension GCDWebServerResponse: Loggable {}

Expand Down

0 comments on commit 12cba2f

Please sign in to comment.