Skip to content

Commit 806ece1

Browse files
authored
3.4.0 (#644)
1 parent 1f66cc4 commit 806ece1

11 files changed

+33
-30
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
All notable changes to this project will be documented in this file. Take a look at [the migration guide](docs/Migration%20Guide.md) to upgrade between two major versions.
44

5-
## [Unreleased]
5+
<!-- ## [Unreleased] -->
6+
7+
## [3.4.0]
68

79
### Added
810

@@ -964,3 +966,4 @@ progression. Now if no reading progression is set, the `effectiveReadingProgress
964966
[3.1.0]: https://github.com/readium/swift-toolkit/compare/3.0.0...3.1.0
965967
[3.2.0]: https://github.com/readium/swift-toolkit/compare/3.1.0...3.2.0
966968
[3.3.0]: https://github.com/readium/swift-toolkit/compare/3.2.0...3.3.0
969+
[3.4.0]: https://github.com/readium/swift-toolkit/compare/3.3.0...3.4.0

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ If you're stuck, find more information at [developer.apple.com](https://develope
113113
Add the following to your `Cartfile`:
114114

115115
```
116-
github "readium/swift-toolkit" ~> 3.3.0
116+
github "readium/swift-toolkit" ~> 3.4.0
117117
```
118118

119119
Then, [follow the usual Carthage steps](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application) to add the Readium libraries to your project.
@@ -143,11 +143,11 @@ Add the following `pod` statements to your `Podfile` for the Readium libraries y
143143
source 'https://github.com/readium/podspecs'
144144
source 'https://cdn.cocoapods.org/'
145145
146-
pod 'ReadiumShared', '~> 3.3.0'
147-
pod 'ReadiumStreamer', '~> 3.3.0'
148-
pod 'ReadiumNavigator', '~> 3.3.0'
149-
pod 'ReadiumOPDS', '~> 3.3.0'
150-
pod 'ReadiumLCP', '~> 3.3.0'
146+
pod 'ReadiumShared', '~> 3.4.0'
147+
pod 'ReadiumStreamer', '~> 3.4.0'
148+
pod 'ReadiumNavigator', '~> 3.4.0'
149+
pod 'ReadiumOPDS', '~> 3.4.0'
150+
pod 'ReadiumLCP', '~> 3.4.0'
151151
```
152152

153153
Take a look at [CocoaPods's documentation](https://guides.cocoapods.org/using/using-cocoapods.html) for more information.

Support/CocoaPods/ReadiumAdapterGCDWebServer.podspec

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

33
s.name = "ReadiumAdapterGCDWebServer"
4-
s.version = "3.3.0"
4+
s.version = "3.4.0"
55
s.license = "BSD 3-Clause License"
66
s.summary = "Adapter to use GCDWebServer as an HTTP server in Readium"
77
s.homepage = "http://readium.github.io"
@@ -14,8 +14,8 @@ Pod::Spec.new do |s|
1414
s.ios.deployment_target = "13.4"
1515
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' }
1616

17-
s.dependency 'ReadiumShared', '~> 3.3.0'
18-
s.dependency 'ReadiumInternal', '~> 3.3.0'
17+
s.dependency 'ReadiumShared', '~> 3.4.0'
18+
s.dependency 'ReadiumInternal', '~> 3.4.0'
1919
s.dependency 'ReadiumGCDWebServer', '~> 4.0.0'
2020

2121
end

Support/CocoaPods/ReadiumAdapterLCPSQLite.podspec

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

33
s.name = "ReadiumAdapterLCPSQLite"
4-
s.version = "3.3.0"
4+
s.version = "3.4.0"
55
s.license = "BSD 3-Clause License"
66
s.summary = "Adapter to use SQLite.swift for the Readium LCP repositories"
77
s.homepage = "http://readium.github.io"
@@ -14,8 +14,8 @@ Pod::Spec.new do |s|
1414
s.ios.deployment_target = "13.4"
1515
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' }
1616

17-
s.dependency 'ReadiumLCP', '~> 3.3.0'
18-
s.dependency 'ReadiumShared', '~> 3.3.0'
17+
s.dependency 'ReadiumLCP', '~> 3.4.0'
18+
s.dependency 'ReadiumShared', '~> 3.4.0'
1919
s.dependency 'SQLite.swift', '~> 0.15.0'
2020

2121
end

Support/CocoaPods/ReadiumInternal.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "ReadiumInternal"
4-
s.version = "3.3.0"
4+
s.version = "3.4.0"
55
s.license = "BSD 3-Clause License"
66
s.summary = "Private utilities used by the Readium modules"
77
s.homepage = "http://readium.github.io"

Support/CocoaPods/ReadiumLCP.podspec

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

33
s.name = "ReadiumLCP"
4-
s.version = "3.3.0"
4+
s.version = "3.4.0"
55
s.license = "BSD 3-Clause License"
66
s.summary = "Readium LCP"
77
s.homepage = "http://readium.github.io"
@@ -20,8 +20,8 @@ Pod::Spec.new do |s|
2020
s.ios.deployment_target = "13.4"
2121
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2'}
2222

23-
s.dependency 'ReadiumShared' , '~> 3.3.0'
24-
s.dependency 'ReadiumInternal', '~> 3.3.0'
23+
s.dependency 'ReadiumShared' , '~> 3.4.0'
24+
s.dependency 'ReadiumInternal', '~> 3.4.0'
2525
s.dependency 'ReadiumZIPFoundation', '~> 3.0.0'
2626
s.dependency 'CryptoSwift', '~> 1.8.0'
2727
end

Support/CocoaPods/ReadiumNavigator.podspec

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

33
s.name = "ReadiumNavigator"
4-
s.version = "3.3.0"
4+
s.version = "3.4.0"
55
s.license = "BSD 3-Clause License"
66
s.summary = "Readium Navigator"
77
s.homepage = "http://readium.github.io"
@@ -19,8 +19,8 @@ Pod::Spec.new do |s|
1919
s.platform = :ios
2020
s.ios.deployment_target = "13.4"
2121

22-
s.dependency 'ReadiumShared', '~> 3.3.0'
23-
s.dependency 'ReadiumInternal', '~> 3.3.0'
22+
s.dependency 'ReadiumShared', '~> 3.4.0'
23+
s.dependency 'ReadiumInternal', '~> 3.4.0'
2424
s.dependency 'DifferenceKit', '~> 1.0'
2525
s.dependency 'SwiftSoup', '~> 2.7.0'
2626

Support/CocoaPods/ReadiumOPDS.podspec

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

33
s.name = "ReadiumOPDS"
4-
s.version = "3.3.0"
4+
s.version = "3.4.0"
55
s.license = "BSD 3-Clause License"
66
s.summary = "Readium OPDS"
77
s.homepage = "http://readium.github.io"
@@ -14,8 +14,8 @@ Pod::Spec.new do |s|
1414
s.ios.deployment_target = "13.4"
1515
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' }
1616

17-
s.dependency 'ReadiumShared', '~> 3.3.0'
18-
s.dependency 'ReadiumInternal', '~> 3.3.0'
17+
s.dependency 'ReadiumShared', '~> 3.4.0'
18+
s.dependency 'ReadiumInternal', '~> 3.4.0'
1919
s.dependency 'ReadiumFuzi', '~> 4.0.0'
2020

2121
end

Support/CocoaPods/ReadiumShared.podspec

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

33
s.name = "ReadiumShared"
4-
s.version = "3.3.0"
4+
s.version = "3.4.0"
55
s.license = "BSD 3-Clause License"
66
s.summary = "Readium Shared"
77
s.homepage = "http://readium.github.io"
@@ -23,6 +23,6 @@ Pod::Spec.new do |s|
2323
s.dependency 'SwiftSoup', '~> 2.7.0'
2424
s.dependency 'ReadiumFuzi', '~> 4.0.0'
2525
s.dependency 'ReadiumZIPFoundation', '~> 3.0.0'
26-
s.dependency 'ReadiumInternal', '~> 3.3.0'
26+
s.dependency 'ReadiumInternal', '~> 3.4.0'
2727

2828
end

Support/CocoaPods/ReadiumStreamer.podspec

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

33
s.name = "ReadiumStreamer"
4-
s.version = "3.3.0"
4+
s.version = "3.4.0"
55
s.license = "BSD 3-Clause License"
66
s.summary = "Readium Streamer"
77
s.homepage = "http://readium.github.io"
@@ -22,8 +22,8 @@ Pod::Spec.new do |s|
2222
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' }
2323

2424
s.dependency 'ReadiumFuzi', '~> 4.0.0'
25-
s.dependency 'ReadiumShared', '~> 3.3.0'
26-
s.dependency 'ReadiumInternal', '~> 3.3.0'
25+
s.dependency 'ReadiumShared', '~> 3.4.0'
26+
s.dependency 'ReadiumInternal', '~> 3.4.0'
2727
s.dependency 'CryptoSwift', '~> 1.8.0'
2828

2929
end

0 commit comments

Comments
 (0)