[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 7 / 3 / 5 / FeedMediaUI / 0.1.8 / FeedMediaUI.podspec.json
blob1801d211763167efbc035ab1bffaa830baf0e43f
2   "name": "FeedMediaUI",
3   "version": "0.1.8",
4   "summary": "UI elements that interact with the 'FeedMedia' pod to retrieve and play music",
5   "description": "This 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'",
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": "v0.1.8"
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "FeedMediaUI": [
23       "Pod/Assets/**/*.png"
24     ]
25   },
26   "dependencies": {
27     "FeedMedia": [
28       "~> 2.4.9"
29     ],
30     "MarqueeLabel": [
31       "~> 2.5"
32     ]
33   }