Skip to content

Commit

Permalink
polish the docs a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-makarov committed Sep 25, 2019
1 parent 5b46f84 commit 6e42515
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/cocoapods-core/podfile/dsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -266,12 +266,13 @@ def install!(installation_method, options = {})
#
# If a dependency was already defined using an external source, reuse that definition:
#
# # define an external source
# target 'TargetA' do
# # define an external source for `JSONKit`
# pod 'JSONKit', :podspec => 'https://example.com/JSONKit.podspec'
# end
# # use it
#
# target 'TargetB' do
# # reuse the previous external source for `JSONKit`
# pod 'JSONKit', :use_previous_external_source => true
# end
#
Expand Down

0 comments on commit 6e42515

Please sign in to comment.