-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package using cocoapods to make it easier to consume in other applications #7
Comments
If so, feel free to assign to me. |
I'm going to get started with this anyway, and @zssz can disapprove later if he likes. |
The recommended way to create a cocoapod is |
Documenting other config options for the record:
|
This then created a
I'm going to move things out and edit paths. |
It looks like the CovidWatch client iOS app does not currently consume this package since it uses cocoapods for dependencies. Maybe making this change will allow it to consume via cocoapods? |
@zssz is there a version number (e.g. v0.1.0) for this library? I don't see one set in |
Ok, I have an initial build working. Everything looks fine except for a
|
The client is currently packaged using Swift Package Manager. Not everybody uses SPM, and packaging as cocoapods will increase the number of 3rd party apps that can consume the library.
@zssz can you confirm that this is in line with your roadmap for the project?
The text was updated successfully, but these errors were encountered: