Cocoa Directory is a website where you can see all the libraries that about iOS/macOS/Objective-C/Swift.
- You made a repository on GitHub and you want the world to know it works with iOS/macOS.
- You want to submit a pull request to improve Cocoa Directory or libraries dataset.
- You want to report a bug or make a suggestion.
- Add it at the end of
cocoa-libraries.json
file. - Submit a PR.
Please follow format, fields order and indentation as seen below, skip any of the false
values and do not fill optional fields, unless it's necessary.
{
"githubUrl": "<GITHUB REPOSITORY URL>"
}
- (string) - URL to the package GitHub repository (currently other Git hosts are not supported).
- Node LTS
yarn && yarn start
You should be able to visit localhost:3000
in your browser.
Get a commit on main
and it will be automatically deployed.
Cocoa Directory inspired by React Native Directory, thanks.