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
54d44a29
Commit
54d44a29
authored
Sep 11, 2014
by
Eloy Durán
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CHANGELOG] Fix line length and Englishify.
parent
2984d1bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
12 deletions
+13
-12
CHANGELOG.md
CHANGELOG.md
+13
-12
No files found.
CHANGELOG.md
View file @
54d44a29
...
@@ -19,9 +19,9 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
...
@@ -19,9 +19,9 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
[
#731
](
https://github.com/CocoaPods/CocoaPods/pull/731
)
[
#731
](
https://github.com/CocoaPods/CocoaPods/pull/731
)
*
Add 'specific repo sources' support. Allows one to specify in their Podfile
*
Add 'specific repo sources' support. Allows one to specify in their Podfile
which sources should be used to retrieve specs from and the priority
which sources should be used to retrieve specs from and the priority
order
order thereof. For example:
`source 'netbe'`
, or
`source 'master'`
, with 'master' being
thereof. For example:
`source 'netbe'`
, or
`source 'master'`
, with 'master'
the default GitHub CocoaPods spec-repo.
being the default GitHub CocoaPods spec-repo.
[
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
)
...
@@ -47,8 +47,8 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
...
@@ -47,8 +47,8 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
[
Marius Rackwitz
][
mrackwitz
]
[
Marius Rackwitz
][
mrackwitz
]
[
#2371
](
https://github.com/CocoaPods/CocoaPods/issues/2371
)
[
#2371
](
https://github.com/CocoaPods/CocoaPods/issues/2371
)
*
Include configurations that a user explicitly specifies, in their Podfile,
when the
*
Include configurations that a user explicitly specifies, in their Podfile,
`--no-integrate`
option is specified.
when the
`--no-integrate`
option is specified.
[
Eloy Durán
](
https://github.com/alloy
)
[
Eloy Durán
](
https://github.com/alloy
)
*
Properly quote the
`-isystem`
values in the xcconfig files.
*
Properly quote the
`-isystem`
values in the xcconfig files.
...
@@ -66,8 +66,8 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
...
@@ -66,8 +66,8 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
##### Bug Fixes
##### Bug Fixes
*
Fixes
`pod repo push`
to first check if a Specs directory exists and if so
push
*
Fixes
`pod repo push`
to first check if a Specs directory exists and if so
there.
push
there.
[
Edward Valentini
](
edwardvalentini
)
[
Edward Valentini
](
edwardvalentini
)
[
#2060
](
https://github.com/CocoaPods/CocoaPods/issues/2060
)
[
#2060
](
https://github.com/CocoaPods/CocoaPods/issues/2060
)
...
@@ -76,8 +76,8 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
...
@@ -76,8 +76,8 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
[
#2136
](
https://github.com/CocoaPods/CocoaPods/issues/2136
)
[
#2136
](
https://github.com/CocoaPods/CocoaPods/issues/2136
)
*
Always evaluate podspecs from the original podspec directory. This fixes
*
Always evaluate podspecs from the original podspec directory. This fixes
issues when you are using relative paths inside ruby podspecs and
using a
issues when you are using relative paths inside ruby podspecs and
depending
pod's
via
`:path`
.
on a pod
via
`:path`
.
[
Kyle Fuller
](
kylef
)
[
Kyle Fuller
](
kylef
)
[
pod-template#50
](
https://github.com/CocoaPods/pod-template/issues/50
)
[
pod-template#50
](
https://github.com/CocoaPods/pod-template/issues/50
)
...
@@ -101,13 +101,14 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
...
@@ -101,13 +101,14 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
[
Samuel Giddins
](
segiddins
)
[
Samuel Giddins
](
segiddins
)
[
#2402
](
https://github.com/CocoaPods/CocoaPods/issues/2402
)
[
#2402
](
https://github.com/CocoaPods/CocoaPods/issues/2402
)
*
Fixes an issue where a version of a spec will not be locked when using
multiple
*
Fixes an issue where a version of a spec will not be locked when using
subspecs of a podspec.
multiple
subspecs of a podspec.
[
Kyle Fuller
](
https://github.com/kylef
)
[
Kyle Fuller
](
https://github.com/kylef
)
[
Fabio Pelosin
](
https://github.com/fabiopelosin
)
[
Fabio Pelosin
](
https://github.com/fabiopelosin
)
[
#2135
](
https://github.com/CocoaPods/CocoaPods/issues/2135
)
[
#2135
](
https://github.com/CocoaPods/CocoaPods/issues/2135
)
*
Fixes an issue using JSON podspecs installed directly from a lib's repository.
*
Fixes an issue using JSON podspecs installed directly from a lib's
repository.
[
Kyle Fuller
](
https://github.com/kylef
)
[
Kyle Fuller
](
https://github.com/kylef
)
[
#2320
](
https://github.com/CocoaPods/CocoaPods/issues/2320
)
[
#2320
](
https://github.com/CocoaPods/CocoaPods/issues/2320
)
...
...
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