Commit 5d85cdd2 authored by Eloy Durán's avatar Eloy Durán

[CHANGELOG] Improve entry about `source` directive.

parent f5701d40
...@@ -20,14 +20,18 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides ...@@ -20,14 +20,18 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
should not be used. It will be removed in future versions of CocoaPods. should not be used. It will be removed in future versions of CocoaPods.
[#2449](https://github.com/CocoaPods/CocoaPods/issues/2449) [#2449](https://github.com/CocoaPods/CocoaPods/issues/2449)
* Add 'specific repo sources' support. Allows one to specify in their Podfile * Add support for loading podspecs from specific spec-repos _only_, a.k.a. ‘sources’.
which sources should be used to retrieve specs from and the priority order By default, when not specifying any specific sources in your Podfile, the ‘master’
thereof. For example: `source 'netbe'`, or `source 'master'`, with 'master' spec-repo will be used, as was always the case. However, once you specify specific
being the default GitHub CocoaPods spec-repo. sources the ‘master’ spec-repo will **not** be included by default. For example:
source 'private-spec-repo'
source 'master'
[François Benaiteau](https://github.com/netbe) [François Benaiteau](https://github.com/netbe)
[#1143](https://github.com/CocoaPods/CocoaPods/pull/1143) [#1143](https://github.com/CocoaPods/CocoaPods/pull/1143)
[Core#19](https://github.com/CocoaPods/Core/pull/19) [Core#19](https://github.com/CocoaPods/Core/pull/19)
* The `Pods` directory has been reorganized. This might require manual * The `Pods` directory has been reorganized. This might require manual
intervention in projects where files generated by CocoaPods have manually been intervention in projects where files generated by CocoaPods have manually been
imported into the user's project (common with the acknowledgements files). imported into the user's project (common with the acknowledgements files).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment