Skip to content

Commit a167e51

Browse files
committed
Specs contrib guide: Minor edit for clarification
Clarify that these points refer to authoritative version *numbers* as the context indicates
1 parent 04bbf81 commit a167e51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/guides/contributing_to_the_master_repo.html.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In general this means that:
2323
- Specifications can be updated only if they don't affect existing installations.
2424
- Broken specifications can be updated.
2525
- Subspecs can be added as they are included by the parent specification by default.
26-
- Only authoritative versions are accepted.
26+
- Only authoritative version numbers are accepted.
2727

2828
CocoaPods uses a versioning scheme known as [Semantic
2929
Versioning](http://semver.org/), necessary for [cross resolution of
@@ -36,7 +36,7 @@ for this reason new Pods for libraries which are not versioned are accepted in
3636
the master repo. The specifications of those pods should carry the version
3737
`0.0.1` under the assumption that, if the author starts versioning, she/he is
3838
unlikely to pick `0.0.1`. This is the only exception for authoritative
39-
versions.
39+
version numbers.
4040

4141
If you add an unversioned Pod it is your responsibility to ask the author of
4242
the library to tag versions, luckily we have a

0 commit comments

Comments
 (0)