[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / 8 / a / FeedMedia / 4.4.11 / FeedMedia.podspec.json
blob5711891032b2b7d4fdbe7513a72cf3f23c480025
2   "name": "FeedMedia",
3   "version": "4.4.11",
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   "documentation_url": "http://demo.feed.fm/sdk/docs/ios/",
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": "v4.4.11"
17   },
18   "xcconfig": {
19     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/FeedMedia/**\""
20   },
21   "requires_arc": true,
22   "platforms": {
23     "ios": "11.0",
24     "tvos": "11.0"
25   },
26   "frameworks": [
27     "AVFoundation",
28     "MediaPlayer",
29     "CoreMedia"
30   ],
31   "default_subspecs": "Core",
32   "subspecs": [
33     {
34       "name": "Core",
35       "preserve_paths": [
36         "FeedMedia.xcframework",
37         "FeedMedia.dSYMs/FeedMedia.framework.ios-armv7_arm64.dSYM",
38         "FeedMedia.dSYMs/FeedMedia.framework.ios-i386_x86_64-simulator.dSYM",
39         "FeedMedia.dSYMs/FeedMedia.framework.ios-x86_64-maccatalyst.dSYM",
40         "FeedMedia.dSYMs/FeedMedia.framework.tvos-arm64.dSYM",
41         "FeedMedia.dSYMs/FeedMedia.framework.tvos-x86_64-simulator.dSYM"
42       ],
43       "vendored_frameworks": "FeedMedia.xcframework"
44     }
45   ]