[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 7 / 3 / 5 / FeedMediaUI / 1.0.0 / FeedMediaUI.podspec.json
blob84096e8292c464b0cc358dd5b9b244d6ceb44a94
2   "name": "FeedMediaUI",
3   "version": "1.0.0",
4   "summary": "UI elements that interact with the 'FeedMedia' pod to retrieve and play music",
5   "description": "*NOTE* - Version 3.0.0 of the FeedMedia pod replaces this pod and\ninvolves no SDK updates. Update your Podfile to use\nFeedMedia rather than FeedMediaUI, and make sure your #includes\nare for <FeedMedia/*> rather than <FeedMediaUI/*>.\n\nOriginal description follows:\n\nThis is a collection of UI elements that build on top of the 'FeedMedia' cocoapod that\naccesses the Feed.fm music service. Sample elements include: play/pause, skip, and like/dislike\nbuttons that update themselves automatically; UILabels that marquee and display the active\nsong; and others.\n\nThis pod includes an example app that can be used with 'pod try FeedMediaUI'\n\nClass documentation is available at http://demo.feed.fm/sdk/docs/ios/ui\n\nFor a more full featured demo app, look at https://github.com/feedfm/iOS-RadioPlayer\n\nIf you are using this in a Swift project, use the 'FeedMediaUI/Swift' subspec and\nmake sure your Podfile has 'use_frameworks!' declared.",
6   "homepage": "https://feed.fm/",
7   "license": "MIT",
8   "authors": {
9     "Eric Lambrecht": "eric@feed.fm",
10     "Feed Media": "support@feed.fm"
11   },
12   "source": {
13     "git": "https://github.com/feedfm/iOS-UI-SDK.git",
14     "tag": "v1.0.0"
15   },
16   "documentation_url": "http://demo.feed.fm/sdk/docs/ios/ui/",
17   "requires_arc": true,
18   "source_files": "Pod/Classes/**/*",
19   "resource_bundles": {
20     "FeedMediaUI": [
21       "Pod/Assets/**/*.png"
22     ]
23   },
24   "platforms": {
25     "ios": "8.0"
26   },
27   "dependencies": {
28     "MarqueeLabel": [
29       "~> 2.7.10"
30     ],
31     "FeedMedia/ObjC": [
32       "~> 2.4.16"
33     ]
34   },
35   "deprecated": true,
36   "deprecated_in_favor_of": "FeedMedia"