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

Commit

Permalink
2.2.0 (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-menu authored Nov 1, 2021
1 parent f6b095b commit 1d081c8
Show file tree
Hide file tree
Showing 5 changed files with 14 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 "cezheng/Fuzi" ~> 3.1.3
github "dexman/Minizip" ~> 1.4.0
github "krzyzanowskim/CryptoSwift" ~> 1.3.8
github "readium/GCDWebServer" ~> 3.6.3
github "readium/r2-shared-swift" "develop"
github "readium/r2-shared-swift" ~> 2.2.0
6 changes: 3 additions & 3 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
github "cezheng/Fuzi" "3.1.3"
github "dexman/Minizip" "1.4.0"
github "krzyzanowskim/CryptoSwift" "1.4.1"
github "krzyzanowskim/CryptoSwift" "1.4.2"
github "readium/GCDWebServer" "3.7.1"
github "readium/r2-shared-swift" "7c66c3b7eb8711946b4fca4a1cce8f5ae0bc6bfe"
github "scinfu/SwiftSoup" "2.3.2"
github "readium/r2-shared-swift" "2.2.0"
github "scinfu/SwiftSoup" "2.3.3"
14 changes: 7 additions & 7 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/krzyzanowskim/CryptoSwift.git",
"state": {
"branch": null,
"revision": "8d4f6384e0a8cc41f2005247241dd553963a492a",
"version": "1.4.1"
"revision": "4b0565384d3c4c588af09e660535b2c7c9bf5b39",
"version": "1.4.2"
}
},
{
Expand All @@ -32,18 +32,18 @@
"package": "r2-shared-swift",
"repositoryURL": "https://github.com/readium/r2-shared-swift.git",
"state": {
"branch": "develop",
"revision": "7c66c3b7eb8711946b4fca4a1cce8f5ae0bc6bfe",
"version": null
"branch": null,
"revision": "4c561d8a990e380ebde1e8c99aff9df992acb15b",
"version": "2.2.0"
}
},
{
"package": "SwiftSoup",
"repositoryURL": "https://github.com/scinfu/SwiftSoup.git",
"state": {
"branch": null,
"revision": "774dc9c7213085db8aa59595e27c1cd22e428904",
"version": "2.3.2"
"revision": "02c63b7be50bda384f22c56c64d347231754a07e",
"version": "2.3.3"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let package = Package(
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.3.8"),
.package(url: "https://github.com/marmelroy/Zip.git", from: "2.1.1"),
.package(url: "https://github.com/readium/GCDWebServer.git", from: "3.7.0"),
.package(url: "https://github.com/readium/r2-shared-swift.git", .branch("develop")),
.package(url: "https://github.com/readium/r2-shared-swift.git", from: "2.2.0"),
],
targets: [
.target(
Expand Down
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 = "2.1.0"
s.version = "2.2.0"
s.license = "BSD 3-Clause License"
s.summary = "R2 Streamer"
s.homepage = "http://readium.github.io"
s.author = { "Readium" => "[email protected]" }
s.source = { :git => "https://github.com/readium/r2-streamer-swift.git", :branch => "develop" }
s.source = { :git => "https://github.com/readium/r2-streamer-swift.git", :tag => "2.2.0" }
s.exclude_files = ["**/Info*.plist"]
s.requires_arc = true
s.resources = ['r2-streamer-swift/Resources/**', 'r2-streamer-swift/Assets']
Expand Down

0 comments on commit 1d081c8

Please sign in to comment.