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

Commit 92ff1f1

Browse files
committed
2.1.0 (#196)
1 parent 2155bc1 commit 92ff1f1

File tree

6 files changed

+20
-17
lines changed

6 files changed

+20
-17
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
55
**Warning:** Features marked as *alpha* may change or be removed in a future release without notice. Use with
66
*caution.
77

8-
## [Unreleased]
8+
<!--## [Unreleased]-->
9+
10+
## [2.1.0]
911

1012
### Added
1113

@@ -120,3 +122,4 @@ progression. Now if no reading progression is set, the `effectiveReadingProgress
120122
[2.0.0-beta.1]: https://github.com/readium/r2-navigator-swift/compare/2.0.0-alpha.2...2.0.0-beta.1
121123
[2.0.0-beta.2]: https://github.com/readium/r2-navigator-swift/compare/2.0.0-beta.1...2.0.0-beta.2
122124
[2.0.0]: https://github.com/readium/r2-navigator-swift/compare/2.0.0-beta.2...2.0.0
125+
[2.1.0]: https://github.com/readium/r2-navigator-swift/compare/2.0.0...2.1.0

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" "develop"
1+
github "readium/r2-shared-swift" ~> 2.1.0
22
github "scinfu/SwiftSoup" ~> 2.3.2

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" "7e99bfb4f9a2428857620a9c5a69575e4e839c83"
3+
github "readium/r2-shared-swift" "2.1.0"
44
github "scinfu/SwiftSoup" "2.3.2"

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.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let package = Package(
1818
),
1919
],
2020
dependencies: [
21-
.package(url: "https://github.com/readium/r2-shared-swift.git", .branch("develop")),
21+
.package(url: "https://github.com/readium/r2-shared-swift.git", from: "2.1.0"),
2222
.package(url: "https://github.com/scinfu/SwiftSoup.git", from: "2.3.2"),
2323
],
2424
targets: [

R2Navigator.podspec

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

3-
s.name = "R2Navigator"
4-
s.version = "2.0.0"
5-
s.license = "BSD 3-Clause License"
6-
s.summary = "R2 Navigator"
7-
s.homepage = "http://readium.github.io"
8-
s.author = { "Aferdita Muriqi" => "[email protected]" }
9-
s.source = { :git => "https://github.com/readium/r2-navigator-swift.git", :branch => "develop" }
3+
s.name = "R2Navigator"
4+
s.version = "2.1.0"
5+
s.license = "BSD 3-Clause License"
6+
s.summary = "R2 Navigator"
7+
s.homepage = "http://readium.github.io"
8+
s.author = { "Readium" => "[email protected]" }
9+
s.source = { :git => 'https://github.com/readium/r2-navigator-swift.git', :tag => '2.1.0' }
1010
s.exclude_files = ["**/Info*.plist"]
11-
s.requires_arc = true
12-
s.resources = ['r2-navigator-swift/Resources/**', 'r2-navigator-swift/EPUB/Assets']
11+
s.requires_arc = true
12+
s.resources = ['r2-navigator-swift/Resources/**', 'r2-navigator-swift/EPUB/Assets']
1313
s.source_files = "r2-navigator-swift/**/*.{m,h,swift}"
14-
s.platform = :ios
14+
s.platform = :ios
1515
s.ios.deployment_target = "10.0"
1616
s.dependency 'R2Shared'
1717
s.dependency 'SwiftSoup', '~> 2.3'

0 commit comments

Comments
 (0)