my file Like this:
cheney
fang
130034
target 'cheney11' do
pod xxx
end
target 'cheney22' do
pod xxx
end
and I want to insert a line which is
:git=>www.google.com, :branch=>'master'" afert "target 'cheney11' do
sot that the result looks like this:
cheney
fang
130034
target 'cheney11' do
:git=>www.google.com, :branch=>'master'
inerset a line like
pod xxx
end
target 'cheney22' do
pod xxx
end
note: there are five space before :git=>www.google.com, :branch=>'master'