Skip to content

Commit

Permalink
Fix pods dependency about Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
sushichop committed Sep 24, 2022
1 parent 652e841 commit 3e8d87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Puppy.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Pod::Spec.new do |s|

s.subspec "Default" do |default|
default.dependency "Puppy/Core"
default.dependency "Logging", "1.4.2"
default.dependency "Logging", "~> 1.4"
end

s.subspec "Core" do |core|
Expand Down

0 comments on commit 3e8d87f

Please sign in to comment.