-
Notifications
You must be signed in to change notification settings - Fork 191
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 cocoapods support #124
base: master
Are you sure you want to change the base?
Conversation
Any plans on merging this in? It would be a major improvement over having to embed a 42Mb framework, that then sits in your repo unless you want to deal with submodules. |
Spotify-SDK.podspec
Outdated
Pod::Spec.new do |s| | ||
|
||
s.name = "Spotify-SDK" | ||
s.version = "1.0.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The currently latest version is 1.2.2
d67621c
to
ef012ba
Compare
Also would love to have this :) |
I suggest this PR be closed due to inactivity and the fact that cocoapods is no more: |
What do you mean, react native heavily relies on pods even in the latest versions |
This code is 6 years old. Safe to say it’s no longer mergable. |
I thought it would be great if the Spotify SDK would be officially available on CocoaPods as it makes dependency management so much easier
Checklist if approved: