Skip to content

Commit

Permalink
updated to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
syedhali committed Jul 6, 2015
1 parent 445e2fa commit b6e00fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion EZAudio.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "EZAudio"
s.version = "0.9.0"
s.version = "0.9.1"
s.summary = "A simple, intuitive audio framework for iOS and OSX useful for anyone doing audio processing and/or audio-based visualizations."
s.homepage = "https://github.com/syedhali/EZAudio"
s.screenshots = "https://s3-us-west-1.amazonaws.com/ezaudio-media/EZAudioSummary.png"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -78,7 +78,7 @@ Shows how to calculate the real-time FFT of the audio data coming from the `EZMi
![alt text](https://s3-us-west-1.amazonaws.com/ezaudio-media/fftMacExample.png)

### Documentation
The official documentation for EZAudio can be found here: http://cocoadocs.org/docsets/EZAudio/0.9.0/
The official documentation for EZAudio can be found here: http://cocoadocs.org/docsets/EZAudio/0.9.1/
<br>You can also generate the docset yourself using appledocs by running the appledocs on the EZAudio source folder.

##<a name="GettingStarted">Getting Started
Expand Down Expand Up @@ -109,14 +109,14 @@ To begin using `EZAudio` you must first make sure you have the proper build requ
You can add EZAudio to your project in a few ways: <br><br>1.) The easiest way to use EZAudio is via <a href="http://cocoapods.org/", target="_blank">Cocoapods</a>. Simply add EZAudio to your <a href="http://guides.cocoapods.org/using/the-podfile.html", target="_blank">Podfile</a> like so:

`
pod 'EZAudio', '~> 0.9.0'
pod 'EZAudio', '~> 0.9.1'
`

####<a name="AmazingAudioEngineCocoapod">Using EZAudio & The Amazing Audio Engine
If you're also using the Amazing Audio Engine then use the `EZAudio/Core` subspec like so:

`
pod 'EZAudio/Core', '~> 0.9.0'
pod 'EZAudio/Core', '~> 0.9.1'
`

2.) Alternatively, you could clone or fork this repo and just drag and drop the source into your project.
Expand Down

0 comments on commit b6e00fd

Please sign in to comment.