[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / 8 / a / FeedMedia / 4.0.15 / FeedMedia.podspec.json
blobf47467831dc765c46221443d55ae927cb49310ba
2   "name": "FeedMedia",
3   "version": "4.0.15",
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/",
7   "license": "MIT",
8   "authors": {
9     "Eric Lambrecht": "eric@feed.fm",
10     "Feed Media": "support@feed.fm"
11   },
12   "source": {
13     "git": "https://github.com/feedfm/iOS-SDK.git",
14     "tag": "v4.0.15"
15   },
16   "documentation_url": "http://demo.feed.fm/sdk/docs/ios/",
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0"
20   },
21   "vendored_libraries": "Core/libFeedMediaCore.a",
22   "source_files": "Core/*.h",
23   "public_header_files": "Core/*.h",
24   "frameworks": [
25     "AVFoundation",
26     "MediaPlayer",
27     "CoreMedia"
28   ],
29   "subspecs": [
30     {
31       "name": "UI",
32       "dependencies": {
33         "MarqueeLabel": [
34           "~> 3.0.3"
35         ]
36       },
37       "source_files": [
38         "Sources/*.{m,h}",
39         "Core/*.h"
40       ],
41       "public_header_files": [
42         "Sources/*.h",
43         "Core/*.h"
44       ],
45       "vendored_libraries": "Core/libFeedMediaCore.a",
46       "frameworks": [
47         "AVFoundation",
48         "MediaPlayer",
49         "CoreMedia"
50       ]
51     }
52   ]