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

Commit

Permalink
chore: iOS - Update dependencies in Podspec and Package.swift (#1511)
Browse files Browse the repository at this point in the history
* chore: iOS - Update dependencies in Podspec and Package.swift

* fix semantic version
  • Loading branch information
dantes-git authored Apr 23, 2021
1 parent 05ea80c commit c33371e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit c33371e

Please sign in to comment.