blob: 64991e49ac600fb4884936e45c927be840f61768 [file] [log] [blame]
{
"name": "loudspeaker",
"version": "0.1.1",
"summary": "An AVQueuePlayer-backed audio player with a modern, minimal UI",
"description": " An audio player with a modern, minimal UI. Powered by AVQueuePlayer.\n\n * Plays all file formats supported by iOS\n * Auto Layout keeps it looking fiiiine however you jam it into your app\n * Jump forward or backward with gestures\n",
"homepage": "https://github.com/amco/loudspeaker",
"screenshots": "http://i.imgur.com/IOACIpO.png",
"license": "MIT",
"authors": {
"Adam Yanalunas": "adamy@yanalunas.com"
},
"source": {
"git": "https://github.com/amco/loudspeaker.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/adamyanalunas",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"loudspeaker": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Masonry": [
"~> 0.5"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"UIKit",
"AVFoundation"
]
}