indragiek / SNRMusicKit

All-in-one framework for browsing and playing music from various sources on iOS and OS X
150 stars 19 forks source link

CocoaPods #11

Open hohl opened 11 years ago

hohl commented 11 years ago

It would be great if this project would be CocoaPod compliant. Especially because the current setup isn't documented that well and it is a bit hard.

indragiek commented 11 years ago

Hi Michael,

A library with this level of complexity and dependencies would be impossible to set up with CocoaPods. CocoaPods works well for small libraries but does not scale too well to accommodate use cases like this.

hohl commented 11 years ago

Even CocoaLibSpotify is available on CocoaPods. I don't think it is impossible to set up CocoaPods for larger libraries.

indragiek commented 11 years ago

It seems like CocoaLibSpotify uses a custom install script to work with CocoaPods. Solutions like this aren't very elegant so I'm not a fan of them, but I can try and set up a pod spec once I'm done with exams :)

hohl commented 11 years ago

I've started an not-so-direct fork here: https://github.com/hohl/SonoraMusicKit

Instead of just creating a single Pod I decided to restructure the code and it split it up into multiple pods:

More pods would be easy to add (like the SFBAudioEngine based stuff) but since I don't use them I'm not interested in wasting time for testing them.

hohl commented 11 years ago

Even Spotify is now updated (libSpotify is v2.4.1 - brings ARMv7s support)