Skip to content

Commit

Permalink
bumping version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
syedhali committed Jan 24, 2016
1 parent 6c39476 commit c5c19c3
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 70 deletions.
4 changes: 2 additions & 2 deletions EZAudio.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "EZAudio"
s.version = "1.1.2"
s.version = "1.1.3"
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"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Syed Haris Ali" => "[email protected]" }
s.ios.deployment_target = '6.0'
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.8'
s.source = { :git => "https://github.com/syedhali/EZAudio.git", :tag => s.version }
s.exclude_files = [ 'EZAudio/VERSION', 'EZAudio/TPCircularBuffer.{h,c}' ]
Expand Down
Loading

0 comments on commit c5c19c3

Please sign in to comment.