-
Notifications
You must be signed in to change notification settings - Fork 126
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
b8810ab
commit 9543393
Showing
8 changed files
with
8 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ Pod::Spec.new do |s| | |
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 => "3.0.0-alpha.2" } | ||
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :branch => "develop" } | ||
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ Pod::Spec.new do |s| | |
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", :tag => "3.0.0-alpha.2" } | ||
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :branch => "develop" } | ||
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ Pod::Spec.new do |s| | |
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 => "3.0.0-alpha.2" } | ||
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :branch => "develop" } | ||
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ Pod::Spec.new do |s| | |
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 => "3.0.0-alpha.2" } | ||
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :branch => "develop" } | ||
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ Pod::Spec.new do |s| | |
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", :tag => "3.0.0-alpha.2" } | ||
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :branch => "develop" } | ||
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ Pod::Spec.new do |s| | |
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 => "3.0.0-alpha.2" } | ||
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :branch => "develop" } | ||
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ Pod::Spec.new do |s| | |
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', :tag => "3.0.0-alpha.2" } | ||
s.source = { :git => 'https://github.com/readium/swift-toolkit.git', :branch => "develop" } | ||
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ Pod::Spec.new do |s| | |
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", :tag => "3.0.0-alpha.2" } | ||
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :branch => "develop" } | ||
s.requires_arc = true | ||
s.resource_bundles = { | ||
'ReadiumStreamer' => [ | ||
|