Skip to content

Commit

Permalink
Remove dead link in specs-and-specs-repo page
Browse files Browse the repository at this point in the history
Closes #147

We could potentially add more context here, but for now removing the dead link seems worthwhile.
  • Loading branch information
amorde committed Jan 24, 2019
1 parent 002a973 commit 3744721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/making/specs-and-specs-repo.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 105,7 @@ CocoaPods installations.
When you are preparing a podspec for submission, you should make sure to do the following:

1. Run `pod spec lint`. This is used to validate specifications. Your podspec should pass without any errors or warnings.
2. Update your library to use [Semantic Versioning](http://semver.org/), if it already does not follow that scheme. See our [wiki on cross dependency resolution](https://github.com/CocoaPods/Specs/wiki/Cross-dependencies-resolution-example) for more details. Essentially it makes everyone's life easier.
2. Update your library to use [Semantic Versioning](http://semver.org/), if it already does not follow that scheme. Essentially it makes everyone's life easier.
3. Make sure any updates you submit do not break previous installations.
4. Perform manual testing of your Podspec by [including the local Podspec](/syntax/podfile.html#pod) in the Podfile of a real application and/or your demo application, and ensuring it works as expected. **You alone** are responsible for ensuring your Podspec functions properly for your users.

Expand Down

0 comments on commit 3744721

Please sign in to comment.