From 6d2b656a584e00bf6493aa9d74b81fa13001f8e2 Mon Sep 17 00:00:00 2001 From: Thong Nguyen Date: Fri, 3 May 2013 18:46:34 +0100 Subject: [PATCH] Updated README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 55a1ee2..2943a82 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ Download the [source](https://github.com/tumtumtum/audjustable/zipball/master) w If you would like to integrate the AudioPlayer directly into your project you only need to copy the files inside the `/Audjustable/Classes/AudioPlayer` [directory](https://github.com/tumtumtum/audjustable/tree/master/Audjustable/Classes/AudioPlayer) into your project. +Audjustable is also available as a [Cooapod](http://cocoapods.org/?q=audjustable). + ## Code There are two main classes. The `DataSource` class which is the abstract base class for the various compressed audio data sources (HTTP, local file are provided). The `AudioPlayer` class manages and renders audio from a queue DataSources.