[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / 8 / a / FeedMedia / 2.4.4 / FeedMedia.podspec.json
blob01f6450aafee9ba3c3489cd36c07b1408b555de0
2   "name": "FeedMedia",
3   "version": "2.4.4",
4   "summary": "A library to access the Feed.fm service to retrieve and play music",
5   "description": "Feed.fm allows you to legally add popular music to your mobile app with a Pandora-style\nuser interface. This SDK takes care of all communication with the Feed.fm service and\ndelivery of music files to the iOS device - you need only set authentication tokens\nand call play, pause, skip, like or dislike on the shared player instance.\n\nThis pod only provides the low level control of music; for UI widgets and an example app, \ncheck out the FeedMediaUI pod.",
6   "homepage": "https://feed.fm/",
7   "license": "Feed.fm",
8   "authors": {
9     "Eric Lambrecht": "eric@feed.fm",
10     "Feed Media": "support@feed.fm"
11   },
12   "source": {
13     "http": "https://feed.fm/sdk/FeedMedia-iOS-cocoapod-2.4.4.zip"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "vendored_libraries": "libFeedMedia.a",
20   "source_files": "Headers/*",
21   "frameworks": [
22     "AVFoundation",
23     "MediaPlayer",
24     "CoreMedia"
25   ]