-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5febe4c
commit 36f4151
Showing
19 changed files
with
36 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = "ReadiumAdapterGCDWebServer" | ||
s.version = "2.7.3" | ||
s.version = "2.7.4" | ||
s.license = "BSD 3-Clause License" | ||
s.summary = "Adapter to use GCDWebServer as an HTTP server in Readium" | ||
s.homepage = "http://readium.github.io" | ||
s.author = { "Readium" => "[email protected]" } | ||
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :tag => "2.7.3" } | ||
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :tag => "2.7.4" } | ||
s.requires_arc = true | ||
s.source_files = "Sources/Adapters/GCDWebServer/**/*.{m,h,swift}" | ||
s.platform = :ios | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = "ReadiumInternal" | ||
s.version = "2.7.3" | ||
s.version = "2.7.4" | ||
s.license = "BSD 3-Clause License" | ||
s.summary = "Private utilities used by the Readium modules" | ||
s.homepage = "http://readium.github.io" | ||
s.author = { "Readium" => "[email protected]" } | ||
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :tag => "2.7.3" } | ||
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :tag => "2.7.4" } | ||
s.requires_arc = true | ||
s.source_files = "Sources/Internal/**/*.{m,h,swift}" | ||
s.platform = :ios | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = "ReadiumLCP" | ||
s.version = "2.7.3" | ||
s.version = "2.7.4" | ||
s.license = "BSD 3-Clause License" | ||
s.summary = "Readium LCP" | ||
s.homepage = "http://readium.github.io" | ||
s.author = { "Readium" => "[email protected]" } | ||
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :tag => "2.7.3" } | ||
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :tag => "2.7.4" } | ||
s.requires_arc = true | ||
s.resource_bundles = { | ||
'ReadiumLCP' => [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = "R2Navigator" | ||
s.version = "2.7.3" | ||
s.version = "2.7.4" | ||
s.license = "BSD 3-Clause License" | ||
s.summary = "R2 Navigator" | ||
s.homepage = "http://readium.github.io" | ||
s.author = { "Readium" => "[email protected]" } | ||
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :tag => "2.7.3" } | ||
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :tag => "2.7.4" } | ||
s.requires_arc = true | ||
s.resource_bundles = { | ||
'ReadiumNavigator' => [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = "ReadiumOPDS" | ||
s.version = "2.7.3" | ||
s.version = "2.7.4" | ||
s.license = "BSD 3-Clause License" | ||
s.summary = "Readium OPDS" | ||
s.homepage = "http://readium.github.io" | ||
s.author = { "Readium" => "[email protected]" } | ||
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :tag => "2.7.3" } | ||
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :tag => "2.7.4" } | ||
s.requires_arc = true | ||
s.resource_bundles = { | ||
'ReadiumOPDS' => ['Sources/OPDS/Resources/**'], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = "R2Shared" | ||
s.version = "2.7.3" | ||
s.version = "2.7.4" | ||
s.license = "BSD 3-Clause License" | ||
s.summary = "R2 Shared" | ||
s.homepage = "http://readium.github.io" | ||
s.author = { "Readium" => "[email protected]" } | ||
s.source = { :git => 'https://github.com/readium/swift-toolkit.git', :tag => "2.7.3" } | ||
s.source = { :git => 'https://github.com/readium/swift-toolkit.git', :tag => "2.7.4" } | ||
s.exclude_files = ["Sources/Shared/Toolkit/Archive/ZIPFoundation.swift"] | ||
s.requires_arc = true | ||
s.resource_bundles = { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.7.3" | ||
s.version = "2.7.4" | ||
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/swift-toolkit.git", :tag => "2.7.3" } | ||
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :tag => "2.7.4" } | ||
s.requires_arc = true | ||
s.resource_bundles = { | ||
'ReadiumStreamer' => [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.