Skip to content

Commit

Permalink
Update PathKit version in xcodeproj.podspec and Cartfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft committed Jun 26, 2023
1 parent a1d74dc commit 3e3849f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "tuist/PathKit" == 1.0.0
github "tuist/PathKit" == 1.0.1
github "tadija/AEXML" == 4.6.1
2 changes: 1 addition & 1 deletion xcodeproj.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Pod::Spec.new do |s|

s.module_name = 'XcodeProj'

s.dependency 'PathKit', '~> 1.0.0'
s.dependency 'PathKit', '~> 1.0.1'
s.dependency 'AEXML', '~> 4.6.1'
end

0 comments on commit 3e3849f

Please sign in to comment.