blob: a74f3d14aee8d801cd5afcf58e0fdcd64bd9585b [file] [log] [blame]
{
"name": "FeedMedia",
"version": "3.0.2",
"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",
"authors": {
"Eric Lambrecht": "eric@feed.fm",
"Feed Media": "support@feed.fm"
},
"source": {
"git": "https://github.com/feedfm/iOS-SDK.git",
"tag": "v3.0.2"
},
"documentation_url": "http://demo.feed.fm/sdk/docs/ios/",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"vendored_libraries": "Core/libFeedMediaCore.a",
"source_files": "Core/*.h",
"public_header_files": "Core/*.h",
"frameworks": [
"AVFoundation",
"MediaPlayer",
"CoreMedia"
],
"subspecs": [
{
"name": "UI",
"dependencies": {
"MarqueeLabel": [
"~> 2.7.10"
]
},
"source_files": [
"UI/*.{m,h}",
"Core/*.h"
],
"public_header_files": [
"UI/*.h",
"Core/*.h"
],
"vendored_libraries": "Core/libFeedMediaCore.a",
"resource_bundles": {
"FeedMedia": [
"Assets/**/*.png"
]
},
"frameworks": [
"AVFoundation",
"MediaPlayer",
"CoreMedia"
]
}
]
}