Skip to content

Commit

Permalink
Update Podfile and Package file
Browse files Browse the repository at this point in the history
  • Loading branch information
aashna-narula-cko committed Jan 19, 2024
1 parent e8426e5 commit 9b64d35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1235,8 +1235,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/checkout/frames-ios";
requirement = {
branch = "fix/update-readme";
kind = branch;
kind = exactVersion;
version = 4.3.1;
};
};
16C3F83E2A7927ED00690639 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */ = {
Expand Down
2 changes: 1 addition & 1 deletion iOS Example Frame/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ target 'iOS Example Frame' do
use_frameworks!

# Pods for iOS Example Custom
pod 'Frames', :git => 'https://github.com/checkout/frames-ios.git', :branch => 'fix/update-readme'
pod 'Frames', '4.3.1'

end

Expand Down

0 comments on commit 9b64d35

Please sign in to comment.