blob: 4047233f03b2351ee5ada19f3c3ab5c7aee612f7 [file] [log] [blame]
{
"name": "FeedMedia",
"version": "4.4.5",
"summary": "FeedMedia SDK for Internet radio streaming",
"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",
"homepage": "https://feed.fm/",
"license": "MIT",
"documentation_url": "http://demo.feed.fm/sdk/docs/ios/",
"authors": {
"Eric Lambrecht": "eric@feed.fm",
"Arveen Kumar": "arveen@feed.fm",
"Feed Media": "support@feed.fm"
},
"source": {
"git": "https://github.com/feedfm/iOS-SDK.git",
"tag": "v4.4.5"
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/FeedMedia/**\""
},
"requires_arc": true,
"platforms": {
"ios": "11.0",
"tvos": "11.0"
},
"frameworks": [
"AVFoundation",
"MediaPlayer",
"CoreMedia"
],
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"preserve_paths": [
"FeedMedia.xcframework",
"FeedMedia.dSYMs/FeedMedia.framework.ios-armv7_arm64.dSYM",
"FeedMedia.dSYMs/FeedMedia.framework.ios-i386_x86_64-simulator.dSYM",
"FeedMedia.dSYMs/FeedMedia.framework.ios-x86_64-maccatalyst.dSYM",
"FeedMedia.dSYMs/FeedMedia.framework.tvos-arm64.dSYM",
"FeedMedia.dSYMs/FeedMedia.framework.tvos-x86_64-simulator.dSYM"
],
"vendored_frameworks": "FeedMedia.xcframework"
}
]
}