We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Reproduce first add pod 'SomePod' pod install
pod 'SomePod'
and then update that pod update podfile pod 'SomePod', :git=>'....', :branch=>'master' then pod update SomePod --no-repo-update
pod 'SomePod', :git=>'....', :branch=>'master'
pod update SomePod --no-repo-update
will only update source file but not building framework