-
Notifications
You must be signed in to change notification settings - Fork 112
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
ca396ce
commit bee7e94
Showing
11 changed files
with
29 additions
and
26 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = "ReadiumAdapterGCDWebServer" | ||
s.version = "3.0.0-alpha.1" | ||
s.version = "3.0.0-alpha.2" | ||
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", :branch => "develop" } | ||
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :tag => "3.0.0-alpha.2" } | ||
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 = "ReadiumAdapterLCPSQLite" | ||
s.version = "3.0.0-alpha.1" | ||
s.version = "3.0.0-alpha.2" | ||
s.license = "BSD 3-Clause License" | ||
s.summary = "Adapter to use SQLite.swift for the Readium LCP repositories" | ||
s.homepage = "http://readium.github.io" | ||
s.author = { "Readium" => "[email protected]" } | ||
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :branch => "develop" } | ||
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :tag => "3.0.0-alpha.2" } | ||
s.requires_arc = true | ||
s.source_files = "Sources/Adapters/LCPSQLite/**/*.{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 = "3.0.0-alpha.1" | ||
s.version = "3.0.0-alpha.2" | ||
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", :branch => "develop" } | ||
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :tag => "3.0.0-alpha.2" } | ||
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 = "3.0.0-alpha.1" | ||
s.version = "3.0.0-alpha.2" | ||
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", :branch => "develop" } | ||
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :tag => "3.0.0-alpha.2" } | ||
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 = "ReadiumNavigator" | ||
s.version = "3.0.0-alpha.1" | ||
s.version = "3.0.0-alpha.2" | ||
s.license = "BSD 3-Clause License" | ||
s.summary = "Readium Navigator" | ||
s.homepage = "http://readium.github.io" | ||
s.author = { "Readium" => "[email protected]" } | ||
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :branch => "develop" } | ||
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :tag => "3.0.0-alpha.2" } | ||
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 = "3.0.0-alpha.1" | ||
s.version = "3.0.0-alpha.2" | ||
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", :branch => "develop" } | ||
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :tag => "3.0.0-alpha.2" } | ||
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 = "ReadiumShared" | ||
s.version = "3.0.0-alpha.1" | ||
s.version = "3.0.0-alpha.2" | ||
s.license = "BSD 3-Clause License" | ||
s.summary = "Readium Shared" | ||
s.homepage = "http://readium.github.io" | ||
s.author = { "Readium" => "[email protected]" } | ||
s.source = { :git => 'https://github.com/readium/swift-toolkit.git', :branch => "develop" } | ||
s.source = { :git => 'https://github.com/readium/swift-toolkit.git', :tag => "3.0.0-alpha.2" } | ||
s.exclude_files = ["Sources/Shared/Toolkit/ZIP/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 = "ReadiumStreamer" | ||
s.version = "3.0.0-alpha.1" | ||
s.version = "3.0.0-alpha.2" | ||
s.license = "BSD 3-Clause License" | ||
s.summary = "Readium Streamer" | ||
s.homepage = "http://readium.github.io" | ||
s.author = { "Readium" => "[email protected]" } | ||
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :branch => "develop" } | ||
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :tag => "3.0.0-alpha.2" } | ||
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