Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

chore: iOS - Update dependencies in Podspec and Package.swift #1511

Merged
merged 2 commits into from
Apr 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Beagle.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Pod::Spec.new do |spec|
# pod 'YogaKit', :git => '[email protected]:lucasaraujo/yoga.git'
# We need this because we fixed an issue in the original repository and our PR was not merged yet.
beagle.frameworks = 'Foundation'
beagle.dependency 'YogaKit'
beagle.dependency 'BeagleYogaKit'
end

# ――― Beagle Preview ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ let package = Package(
.library(name: "Beagle", targets: ["Beagle"])
],
dependencies: [
.package(url: "https://github.com/ZupIT/yoga.git", .branch ("spm-support"))
.package(url: "https://github.com/ZupIT/yoga.git", from: "1.19.0"),
],
targets: [
.target(
Expand Down