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

Pod install fails #2

Closed
cyBerta opened this issue May 19, 2020 · 1 comment
Closed

Pod install fails #2

cyBerta opened this issue May 19, 2020 · 1 comment

Comments

@cyBerta
Copy link

cyBerta commented May 19, 2020

using the description in the README.md

source 'https://cocoapods.org/pods/JellyGif'

use_frameworks!
pod 'JellyGif'

I was getting an error (`Unable to add a source with url https://cocoapods.org/pods/JellyGif named cocoapods-pods-jellygif).

pod 'JellyGif', '~> 1.0' as described here did the trick though.

So maybe it's worth to update the README?

@TaLinh
Copy link
Owner

TaLinh commented May 19, 2020

Sorry for the confusion. That source 'https://cocoapods.org/pods/JellyGif' was there for reference. To install the latest version of the framework you just need to put

pod 'JellyGif'

inside your podfile.

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

2 participants