4 "summary": "FeedMedia SDK for Internet radio streaming",
5 "description": "Feed.fm allows you to legally add popular music to your mobile app with a Pandora-style\n user interface. This SDK takes care of all communication with the Feed.fm service and\n delivery of music files to the iOS device - you need only set authentication tokens\n and call play, pause, skip, like or dislike on the shared player instance.\n\n This pod also contains a collection of UI elements that build on top of the core library.\n Sample elements include: play/pause, skip, and like/dislike buttons that update themselves\nautomatically; UILabels that marquee and display the active song; and others.\n\n This pod includes an example app that can be used with 'pod try FeedMedia'\n Documentation for the classes in this package can be found at\n\n http://demo.feed.fm/sdk/docs/ios\n\n For a more full featured demo app, look at https://github.com/feedfm/iOS-RadioPlayer",
6 "homepage": "https://feed.fm/",
8 "documentation_url": "http://demo.feed.fm/sdk/docs/ios/",
10 "Eric Lambrecht": "eric@feed.fm",
11 "Arveen Kumar": "arveen@feed.fm",
12 "Feed Media": "support@feed.fm"
15 "git": "https://github.com/feedfm/iOS-SDK.git",
19 "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/FeedMedia/**\""
31 "default_subspecs": "Core",
36 "FeedMedia.xcframework",
37 "FeedMedia.dSYMs/FeedMedia.framework.ios-armv7_arm64.dSYM",
38 "FeedMedia.dSYMs/FeedMedia.framework.ios-i386_x86_64-simulator.dSYM",
39 "FeedMedia.dSYMs/FeedMedia.framework.ios-x86_64-maccatalyst.dSYM",
40 "FeedMedia.dSYMs/FeedMedia.framework.tvos-arm64.dSYM",
41 "FeedMedia.dSYMs/FeedMedia.framework.tvos-x86_64-simulator.dSYM"
43 "vendored_frameworks": "FeedMedia.xcframework"