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 ability to add Swifter to project via Cocoapods #322

Open
peimanrn opened this issue Sep 14, 2020 · 4 comments
Open

Add ability to add Swifter to project via Cocoapods #322

peimanrn opened this issue Sep 14, 2020 · 4 comments

Comments

@peimanrn
Copy link

Drag and dropping into the project is not a proper way of adding a library into an Xcode project

@smhk
Copy link

smhk commented Sep 14, 2020

Hmm, opinions differ on that! Really, 100% SPM would be best.

@peimanrn
Copy link
Author

SPM Works good but I was hoping for cocoapods because in most iOS projects people are still using cocoapods as a package manager

@meteochu
Copy link
Contributor

Swifter does support CocoaPods, but another project grabbed the same Pod name before we were able to publish ours so you have to use CocoaPods with the :git attribute.

@Alrassas
Copy link

You can use next line to integrate with it using CocoaPods
pod 'Swifter' , :git => 'https://github.com/mattdonnelly/Swifter.git

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

No branches or pull requests

4 participants