Skip to content

Commit

Permalink
[Docs] Clarifies link_with deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
phillfarrugia committed Feb 13, 2016
1 parent 4a666e2 commit 51e4445
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/cocoapods-core/podfile/dsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -516,8 +516,8 @@ def xcodeproj(*args)
# longer supported. Use an {#abstract_target} and target
# inheritance instead.
#
# TODO: This method can be deleted once people have migrated to this 1.0
# DSL.
# `link_with` is deprecated in [1.0](http://blog.cocoapods.org/CocoaPods-1.0/) in
# favour of `abstract_target` and target inheritance instead.
#
def link_with(*)
raise Informative, 'The specification of `link_with` in the Podfile ' \
Expand Down

0 comments on commit 51e4445

Please sign in to comment.