[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / 8 / a / FeedMedia / 2.4.16 / FeedMedia.podspec.json
blob0a4c5d89e2822e49274dbaab0a047c3944a3af16
2   "name": "FeedMedia",
3   "version": "2.4.16",
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.\n\nDocumentation for the classes in this package cam be found at \nhttp://demo.feed.fm/sdk/docs/ios/",
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.16.zip"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "default_subspecs": "ObjC",
20   "subspecs": [
21     {
22       "name": "Swift",
23       "vendored_libraries": "dist/libFeedMedia.a",
24       "public_header_files": "FeedMedia/*.h",
25       "frameworks": [
26         "AVFoundation",
27         "MediaPlayer",
28         "CoreMedia"
29       ],
30       "source_files": [
31         "FeedMedia/*.h",
32         "FeedMedia/PlaceholderForCocoaPodModuleMapGenerator.m"
33       ]
34     },
35     {
36       "name": "ObjC",
37       "vendored_libraries": "dist/libFeedMedia.a",
38       "public_header_files": "FeedMedia/*.h",
39       "frameworks": [
40         "AVFoundation",
41         "MediaPlayer",
42         "CoreMedia"
43       ],
44       "source_files": "FeedMedia/*.h"
45     }
46   ]