blob: 9a77dea02f62c84baf38e942d498520cf64da232 [file] [log] [blame]
{
"name": "FeedMediaUI",
"version": "0.1.9",
"summary": "UI elements that interact with the 'FeedMedia' pod to retrieve and play music",
"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'",
"homepage": "https://feed.fm/",
"license": "MIT",
"authors": {
"Eric Lambrecht": "eric@feed.fm",
"Feed Media": "support@feed.fm"
},
"source": {
"git": "https://github.com/feedfm/iOS-UI-SDK.git",
"tag": "v0.1.9"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"FeedMediaUI": [
"Pod/Assets/**/*.png"
]
},
"dependencies": {
"FeedMedia": [
"~> 2.4.10"
],
"MarqueeLabel": [
"~> 2.5"
]
}
}