Skip to content

Commit f85452f

Browse files
committed
Update r2-shared-swift dependency
1 parent e8b0a07 commit f85452f

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

opds/Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github "readium/r2-shared-swift" ~> 2.1.0
1+
github "readium/r2-shared-swift" "develop"
22
github "cezheng/Fuzi" ~> 3.1.3

opds/Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
github "cezheng/Fuzi" "3.1.3"
22
github "dexman/Minizip" "1.4.0"
3-
github "readium/r2-shared-swift" "2.1.0"
3+
github "readium/r2-shared-swift" "ce8792022235cbc731e6d6731968f3ceb04b7674"
44
github "scinfu/SwiftSoup" "2.3.2"

opds/Package.resolved

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

opds/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let package = Package(
1919
],
2020
dependencies: [
2121
.package(url: "https://github.com/cezheng/Fuzi.git", from: "3.1.3"),
22-
.package(url: "https://github.com/readium/r2-shared-swift.git", from: "2.1.0"),
22+
.package(url: "https://github.com/readium/r2-shared-swift.git", .branch("develop")),
2323
],
2424
targets: [
2525
.target(

opds/ReadiumOPDS.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Pod::Spec.new do |s|
66
s.summary = "Readium OPDS"
77
s.homepage = "http://readium.github.io"
88
s.author = { "Readium" => "contact@readium.org" }
9-
s.source = { :git => 'https://github.com/readium/r2-opds-swift.git', :tag => '2.1.0' }
9+
s.source = { :git => "https://github.com/readium/r2-opds-swift.git", :branch => 'develop' }
1010
s.exclude_files = ["**/Info*.plist"]
1111
s.requires_arc = true
1212
s.resources = ['readium-opds/Resources/**']

0 commit comments

Comments
 (0)