[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 8 / a / FeedMedia / 2.4.15 / FeedMedia.podspec.json
blob18f19e7fd1ed794fb5a1813c912eede7c7bc6fa1
2   "name": "FeedMedia",
3   "version": "2.4.15",
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.15.zip"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "vendored_libraries": "dist/libFeedMedia.a",
20   "public_header_files": "FeedMedia/*.h",
21   "source_files": "FeedMedia/*.h",
22   "frameworks": [
23     "AVFoundation",
24     "MediaPlayer",
25     "CoreMedia"
26   ]