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

Commit 1d081c8

Browse files
authored
2.2.0 (#222)
1 parent f6b095b commit 1d081c8

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ github "cezheng/Fuzi" ~> 3.1.3
22
github "dexman/Minizip" ~> 1.4.0
33
github "krzyzanowskim/CryptoSwift" ~> 1.3.8
44
github "readium/GCDWebServer" ~> 3.6.3
5-
github "readium/r2-shared-swift" "develop"
5+
github "readium/r2-shared-swift" ~> 2.2.0

Cartfile.resolved

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
github "cezheng/Fuzi" "3.1.3"
22
github "dexman/Minizip" "1.4.0"
3-
github "krzyzanowskim/CryptoSwift" "1.4.1"
3+
github "krzyzanowskim/CryptoSwift" "1.4.2"
44
github "readium/GCDWebServer" "3.7.1"
5-
github "readium/r2-shared-swift" "7c66c3b7eb8711946b4fca4a1cce8f5ae0bc6bfe"
6-
github "scinfu/SwiftSoup" "2.3.2"
5+
github "readium/r2-shared-swift" "2.2.0"
6+
github "scinfu/SwiftSoup" "2.3.3"

Package.resolved

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let package = Package(
1919
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.3.8"),
2020
.package(url: "https://github.com/marmelroy/Zip.git", from: "2.1.1"),
2121
.package(url: "https://github.com/readium/GCDWebServer.git", from: "3.7.0"),
22-
.package(url: "https://github.com/readium/r2-shared-swift.git", .branch("develop")),
22+
.package(url: "https://github.com/readium/r2-shared-swift.git", from: "2.2.0"),
2323
],
2424
targets: [
2525
.target(

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 = "2.1.0"
4+
s.version = "2.2.0"
55
s.license = "BSD 3-Clause License"
66
s.summary = "R2 Streamer"
77
s.homepage = "http://readium.github.io"
88
s.author = { "Readium" => "[email protected]" }
9-
s.source = { :git => "https://github.com/readium/r2-streamer-swift.git", :branch => "develop" }
9+
s.source = { :git => "https://github.com/readium/r2-streamer-swift.git", :tag => "2.2.0" }
1010
s.exclude_files = ["**/Info*.plist"]
1111
s.requires_arc = true
1212
s.resources = ['r2-streamer-swift/Resources/**', 'r2-streamer-swift/Assets']

0 commit comments

Comments
 (0)