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
3c0b0e7b
Commit
3c0b0e7b
authored
Sep 25, 2014
by
Eloy Durán
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CHANGELOG] Update for 0.34.0
parent
253a8cb8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
CHANGELOG.md
CHANGELOG.md
+4
-5
No files found.
CHANGELOG.md
View file @
3c0b0e7b
...
@@ -2,16 +2,15 @@
...
@@ -2,16 +2,15 @@
To install or update CocoaPods see this
[
guide
](
http://docs.cocoapods.org/guides/installing_cocoapods.html
)
.
To install or update CocoaPods see this
[
guide
](
http://docs.cocoapods.org/guides/installing_cocoapods.html
)
.
##
Master
##
0.34.0
##### Breaking
##### Breaking
*
Add support for loading podspecs from
*only*
specific spec-repos via
*
Add support for loading podspecs from
*only*
specific spec-repos via
`sources`
. By default, when there are no sources specified in a Podfile all
`sources`
. By default, when there are no sources specified in a Podfile all
source repos will be used. This has always been the case.
source repos will be used. This has always been the case. However, this
However, this implicit use of sources is now deprecated.
implicit use of sources is now deprecated. Once you specify specific sources,
Once you specify specific sources,
**no**
repos wil be included by
**no**
repos wil be included by default. For example:
default. For example:
source 'https://banana.com/corp/private-spec-repo.git'
source 'https://banana.com/corp/private-spec-repo.git'
source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/CocoaPods/Specs.git'
...
...
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