Feed.fm is a service that allows you to add popular music to your mobile app. The SDK hosted in this repository provides you with simple UI components that you can adapt or use directly in your app.
To report a bug or ask a question, please send an email to support@feed.fm.
Use Swift Package Manager to add Feed Media to your project.
- From XCode, Select File > Swift Packages > Add Package Dependency. Enter
https://github.com/feedfm/iOS-SDKin the "Choose Package Repository" dialog. - In the next page, specify the version resolving rule as "Up to Next Major" with "5.8.0" as its earliest version.
- After Xcode checking out the source and resolving the version, you can choose the "FeedMedia" library and add it to your app target.
Check out our full documentation at docs.feed.fm.
Also, check out our demo apps at github.com/iOS-SDK-Demo.
If you find a bug, please send an email to support@feed.fm with a description and any information you have to help us reproduce it.