Skip to content
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

Add support for CocoaPods #85

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

virginiapujols-yml
Copy link
Contributor

Introduction

Add support for CocoaPods; a dependency manager for Swift and Objc

Purpose

Our aim is to provide support for CocoaPods as it is useful for React Native projects to have access to the library.

Scope

Included a new file named YMatterType.podspec

Copy link
Contributor

@mpospese mpospese left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would really like to find some other way to enable this use in React Native. I don't think we want to add cocoapods support back because it complicates our release system.

Action Cocoapods release SPM release
push tag
update .podspec
pod repo push to update cocoapods directory

Especially the bit about updating the .podspec file means creating an additional PR to bump the version in that file to match the tag. Whereas for SPM all we need do is push a tag to our own repo.

@mpospese mpospese requested a review from sjapps May 5, 2023 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants