blob: 3d4b9d76909569a595185d7d8ec720da6f62f91f [file] [log] [blame]
{
"name": "TDAudioPlayer",
"version": "0.0.1",
"summary": "A library for playing audio from http streams or NSInputStream.",
"description": " TDAudioPlayer aspires to be a full featured audio playing library.\n\t\t Developers shouldn't have to concern themselves with the complexities of streaming\n\t\t or playing audio in their app. The goal of this library is to allow developers to\n\t\t focus on creating great content and features around audio playing.\n\t\t\t\n\t\t Currently the library provides these features:\n\t\t * Audio streaming from an NSInputStream (originially designed for use in Multipeer Connectivity)\n\t\t * Audio streaming from the internet (http)\n\t\t * An Audio Player interface for playing tracks and making playlists\n",
"homepage": "https://github.com/tonyd256/TDAudioPlayer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tony DiPasquale": "anthony.r.dipasquale@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/tonyd256/TDAudioPlayer.git",
"tag": "0.0.1"
},
"source_files": "TDAudioPlayer/AudioPlayerLibrary/**/*",
"public_header_files": "TDAudioPlayer/AudioPlayerLibrary/**/*.h",
"requires_arc": true,
"frameworks": [
"AudioToolbox",
"MediaPlayer",
"AVFoundation"
]
}