Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
5d85cdd2
Commit
5d85cdd2
authored
Sep 15, 2014
by
Eloy Durán
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CHANGELOG] Improve entry about `source` directive.
parent
f5701d40
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
CHANGELOG.md
CHANGELOG.md
+9
-5
No files found.
CHANGELOG.md
View file @
5d85cdd2
...
...
@@ -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.
[
#2449
](
https://github.com/CocoaPods/CocoaPods/issues/2449
)
*
Add 'specific repo sources' support. Allows one to specify in their Podfile
which sources should be used to retrieve specs from and the priority order
thereof. For example:
`source 'netbe'`
, or
`source 'master'`
, with 'master'
being the default GitHub CocoaPods spec-repo.
*
Add support for loading podspecs from specific spec-repos _only_, a.k.a. ‘sources’.
By default, when not specifying any specific sources in your Podfile, the ‘master’
spec-repo will be used, as was always the case. However, once you specify specific
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
)
[
#1143
](
https://github.com/CocoaPods/CocoaPods/pull/1143
)
[
Core#19
](
https://github.com/CocoaPods/Core/pull/19
)
*
The
`Pods`
directory has been reorganized. This might require manual
intervention in projects where files generated by CocoaPods have manually been
imported into the user's project (common with the acknowledgements files).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment