Skip to content

Commit

Permalink
Point to latest branch in Podfile
Browse files Browse the repository at this point in the history
  • Loading branch information
naik-sanju committed Sep 6, 2023
1 parent cdf2699 commit ed58719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ plugin 'cocoapods-bazel', {

target 'FLEXample' do
project 'FLEXample-Cocoapods'
pod 'FLEX', :git => 'https://github.com/gojekfarm/Flex.git', :branch => 'add-header-maps', :modular_headers => true , :configurations => ['Debug']
pod 'FLEX', :git => 'https://github.com/gojekfarm/Flex.git', :branch => 'remove-private-api-usage-and-add-header-maps', :modular_headers => true , :configurations => ['Debug']
end

0 comments on commit ed58719

Please sign in to comment.