https://github.com/isaced/cocoa.directory
A searchable and filterable directory of iOS/OC/Swift libraries.
https://github.com/isaced/cocoa.directory
ios ios-libraries objective-c objective-c-library swift-framework swift-libraries swift-library
Last synced: 3 months ago
JSON representation
A searchable and filterable directory of iOS/OC/Swift libraries.
- Host: GitHub
- URL: https://github.com/isaced/cocoa.directory
- Owner: isaced
- License: mit
- Created: 2022-05-23T07:57:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-14T01:46:35.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T00:29:41.711Z (4 months ago)
- Topics: ios, ios-libraries, objective-c, objective-c-library, swift-framework, swift-libraries, swift-library
- Language: JavaScript
- Homepage: https://cocoa-directory.vercel.app
- Size: 332 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Cocoa Directory
Cocoa Directory is a website where you can see all the libraries that about iOS/macOS/Objective-C/Swift.
## How do I know I'm at the right place?
- 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.## How do I add a library?
- 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.
```json
{
"githubUrl": ""
}
```### Library fields description
#### ⚙️ General
- #### ❗ `githubUrl` **(required)**
**(string)** - URL to the package GitHub repository (currently other Git hosts are not supported).
## How do I run my own version locally?#### Prerequisites
- Node LTS
#### Commands
```sh
yarn && yarn start
```You should be able to visit `localhost:3000` in your browser.
## How do I deploy to production?
Get a commit on `main` and it will be automatically deployed.
## Others
Cocoa Directory inspired by [React Native Directory](https://reactnative.directory/), thanks.