[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 6 / 4 / 8 / TDAudioPlayer / 0.0.5 / TDAudioPlayer.podspec.json
blob0ec904f9f23ead3f2cca6963faf5471769656513
2   "name": "TDAudioPlayer",
3   "version": "0.0.5",
4   "summary": "A library for playing audio from http streams or NSInputStream.",
5   "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",
6   "homepage": "https://github.com/tonyd256/TDAudioPlayer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tony DiPasquale": "anthony.r.dipasquale@gmail.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/tonyd256/TDAudioPlayer.git",
19     "tag": "0.0.5"
20   },
21   "source_files": "TDAudioPlayer/AudioPlayerLibrary/**/*",
22   "public_header_files": "TDAudioPlayer/AudioPlayerLibrary/**/*.h",
23   "requires_arc": true,
24   "frameworks": [
25     "AudioToolbox",
26     "MediaPlayer",
27     "AVFoundation"
28   ]