Skip to content

Commit

Permalink
Reset CocoaPods source branches
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-menu committed May 7, 2024
1 parent df514d4 commit a51c9de
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Support/CocoaPods/ReadiumAdapterGCDWebServer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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" => "contact@readium.org" }
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :tag => "3.0.0-alpha.1" }
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
Expand Down
2 changes: 1 addition & 1 deletion Support/CocoaPods/ReadiumInternal.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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" => "contact@readium.org" }
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :tag => "3.0.0-alpha.1" }
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
Expand Down
2 changes: 1 addition & 1 deletion Support/CocoaPods/ReadiumLCP.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.summary = "Readium LCP"
s.homepage = "http://readium.github.io"
s.author = { "Readium" => "contact@readium.org" }
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :tag => "3.0.0-alpha.1" }
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :branch => "develop" }
s.requires_arc = true
s.resource_bundles = {
'ReadiumLCP' => [
Expand Down
2 changes: 1 addition & 1 deletion Support/CocoaPods/ReadiumNavigator.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.summary = "Readium Navigator"
s.homepage = "http://readium.github.io"
s.author = { "Readium" => "contact@readium.org" }
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :tag => "3.0.0-alpha.1" }
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :branch => "develop" }
s.requires_arc = true
s.resource_bundles = {
'ReadiumNavigator' => [
Expand Down
2 changes: 1 addition & 1 deletion Support/CocoaPods/ReadiumOPDS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.summary = "Readium OPDS"
s.homepage = "http://readium.github.io"
s.author = { "Readium" => "contact@readium.org" }
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :tag => "3.0.0-alpha.1" }
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :branch => "develop" }
s.requires_arc = true
s.resource_bundles = {
'ReadiumOPDS' => ['Sources/OPDS/Resources/**'],
Expand Down
2 changes: 1 addition & 1 deletion Support/CocoaPods/ReadiumShared.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.summary = "Readium Shared"
s.homepage = "http://readium.github.io"
s.author = { "Readium" => "contact@readium.org" }
s.source = { :git => 'https://github.com/readium/swift-toolkit.git', :tag => "3.0.0-alpha.1" }
s.source = { :git => 'https://github.com/readium/swift-toolkit.git', :branch => "develop" }
s.exclude_files = ["Sources/Shared/Toolkit/Archive/ZIPFoundation.swift"]
s.requires_arc = true
s.resource_bundles = {
Expand Down
2 changes: 1 addition & 1 deletion Support/CocoaPods/ReadiumStreamer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.summary = "Readium Streamer"
s.homepage = "http://readium.github.io"
s.author = { "Readium" => "contact@readium.org" }
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :tag => "3.0.0-alpha.1" }
s.source = { :git => "https://github.com/readium/swift-toolkit.git", :branch => "develop" }
s.requires_arc = true
s.resource_bundles = {
'ReadiumStreamer' => [
Expand Down

0 comments on commit a51c9de

Please sign in to comment.