[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / 8 / a / FeedMedia / 5.5.6 / FeedMedia.podspec.json
blob4d5fc229ef92078b31b6e6097215948501612bb3
2   "name": "FeedMedia",
3   "version": "5.5.6",
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    https://demo.feed.fm/sdk/docs/ios/latest/index.html\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   "documentation_url": "http://demo.feed.fm/sdk/docs/ios/latest/index.html",
9   "authors": {
10     "Eric Lambrecht": "eric@feed.fm",
11     "Arveen Kumar": "arveen@feed.fm",
12     "Feed Media": "support@feed.fm"
13   },
14   "source": {
15     "git": "https://github.com/feedfm/iOS-SDK.git",
16     "tag": "v5.5.6"
17   },
18   "resource_bundles": {
19     "FeedMedia": [
20       "FeedMedia-Wrapper/Resources/PrivacyInfo.xcprivacy"
21     ]
22   },
23   "xcconfig": {
24     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/FeedMedia/**\""
25   },
26   "requires_arc": true,
27   "platforms": {
28     "ios": "11.0",
29     "tvos": "11.0"
30   },
31   "frameworks": [
32     "AVFoundation",
33     "MediaPlayer",
34     "CoreMedia"
35   ],
36   "default_subspecs": "Core",
37   "subspecs": [
38     {
39       "name": "Core",
40       "preserve_paths": [
41         "FeedMedia.xcframework",
42         "FeedMedia.dSYMs/FeedMedia.framework.ios-armv7_arm64.dSYM",
43         "FeedMedia.dSYMs/FeedMedia.framework.ios-i386_x86_64-simulator.dSYM",
44         "FeedMedia.dSYMs/FeedMedia.framework.ios-x86_64-maccatalyst.dSYM",
45         "FeedMedia.dSYMs/FeedMedia.framework.tvos-arm64.dSYM",
46         "FeedMedia.dSYMs/FeedMedia.framework.tvos-x86_64-simulator.dSYM"
47       ],
48       "vendored_frameworks": "FeedMedia.xcframework"
49     }
50   ]