You can add comments in a Podfile by using the Ruby comment syntax:
Inline
#comment
Block
=begin
all my comments..
=end
You can add comments in a Podfile by using the Ruby comment syntax:
Inline
#comment
Block
=begin
all my comments..
=end