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 carthage support #18

Open
DevAndArtist opened this issue Aug 3, 2016 · 1 comment
Open

Add carthage support #18

DevAndArtist opened this issue Aug 3, 2016 · 1 comment

Comments

@DevAndArtist
Copy link

Hello there, I've been looking for simple Pokémon Go api on github which I can rip off or use a small portion of it as one of my applications layers. Personally I only need something that returns me some meta data about a specific location and that's it. Building a search algorithm is something that the app must do, not the api.

I might have found this here.


I'm not a fan of pods because they can become complicated and can break your project if you're not an experienced user.

That's why I'd wish this project here should support both pods and Carthage. 😄

@lsapan
Copy link
Owner

lsapan commented Aug 3, 2016

Well, arguably the search algorithm is something that can be implemented in the library because it is something that would be widely used. Having a central code base for it would only improve it for everyone. That's a separate issue though 😄

As far as Carthage, I've actually never used it! CocoaPods is much more stable now if you want to give that a shot, but I'm more than open to a PR adding Carthage support!

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