Skip to content

Commit

Permalink
Add doc for per-pod :modular_headers option
Browse files Browse the repository at this point in the history
  • Loading branch information
amorde committed May 22, 2018
1 parent 0840691 commit a91e4f0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

##### Enhancements

* None.
* Update docs to include per-pod `:modular_headers` option.
[Eric Amorde](https://github.com/amorde)

##### Bug Fixes

Expand Down
14 changes: 14 additions & 0 deletions lib/cocoapods-core/podfile/dsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,20 @@ def install!(installation_method, options = {})
#
# ------
#
# ### Modular Headers
#
# If you would like to use modular headers per Pod you can use the
# following syntax:
#
# pod 'SSZipArchive', :modular_headers => true
#
# Additionally, when you use the `use_modular_headers!` attribute,
# you can exclude a particular Pod from modular headers using the following:
#
# pod 'SSZipArchive', :modular_headers => false
#
# ------
#
# ### Source
#
# By default the sources specified at the global level are searched in the order
Expand Down

0 comments on commit a91e4f0

Please sign in to comment.