[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / 8 / a / FeedMedia / 4.1.0 / FeedMedia.podspec.json
blobb6ee103e357b7edfb5da9808b74a09491faf3ebe
2   "name": "FeedMedia",
3   "version": "4.1.0",
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     "Arveen Kumar": "arveen@feed.fm",
11     "Feed Media": "support@feed.fm"
12   },
13   "source": {
14     "git": "https://github.com/feedfm/iOS-SDK.git",
15     "tag": "v4.1.0"
16   },
17   "documentation_url": "http://demo.feed.fm/sdk/docs/ios/",
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0",
21     "tvos": "11.0"
22   },
23   "dependencies": {
24     "MarqueeLabel": [
25       "~> 3.1.4"
26     ]
27   },
28   "source_files": [
29     "Sources/*.{m,h}",
30     "Core/Feed*.h",
31     "Core/FM*.h"
32   ],
33   "public_header_files": [
34     "Sources/*.h",
35     "Core/Feed*.h",
36     "Core/FM*.h"
37   ],
38   "ios": {
39     "source_files": [
40       "Sources/ios/*.{m,h}",
41       "Core/CWStatusBarNotification.h"
42     ],
43     "public_header_files": [
44       "Sources/ios/*.h",
45       "Core/CWStatusBarNotification.h"
46     ],
47     "vendored_libraries": "Core/libFeedMediaCore.a"
48   },
49   "tvos": {
50     "source_files": "Sources/tvos/*.{m,h}",
51     "public_header_files": "Sources/tvos/*.h",
52     "vendored_libraries": "Core/libFeedMediaCore-tv.a"
53   },
54   "frameworks": [
55     "AVFoundation",
56     "MediaPlayer",
57     "CoreMedia"
58   ]