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

[TIDY] Use SPM and remove usage of Cocoapods #130

Merged
merged 2 commits into from
Feb 26, 2021

Conversation

DarthMike
Copy link
Member

Xcode 12 has good support for package manager, and it's quite easy to work with a vanilla project generated by SPM.

Removed Podfile and related, integrated dependencies through SPM, and made the code compatible with SPM with minor changes.

We continue to publish the library to Cocoapods for the time being

@DarthMike DarthMike mentioned this pull request Feb 3, 2021
@DarthMike DarthMike changed the base branch from master to develop February 3, 2021 13:51
@DarthMike DarthMike force-pushed the support-spm-remove-cocoapods branch from 05afd6b to 06c29f9 Compare February 3, 2021 13:56
@@ -2,4 +2,4 @@
source "https://rubygems.org"

#iOS
gem 'cocoapods', '1.8.4'
gem 'cocoapods', '1.10.1'
Copy link
Collaborator

Choose a reason for hiding this comment

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

This can be removed right?

Copy link
Collaborator

Choose a reason for hiding this comment

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

We may still need it to lint the podspec.

@dmcrodrigues dmcrodrigues merged commit 0d8786f into develop Feb 26, 2021
@dmcrodrigues dmcrodrigues deleted the support-spm-remove-cocoapods branch February 26, 2021 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants