Skip to content

Commit

Permalink
Updates pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroFranco committed Feb 24, 2015
1 parent 3c77786 commit e0baca3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AFSoundManager.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "AFSoundManager"
s.version = "2.0"
s.version = "2.1"
s.summary = "iOS audio playing (both local and streaming) and recording made easy"

s.description = "iOS audio playing (both local and streaming) and recording made easy through a complete and block-driven Objective-C class. AFSoundManager uses AudioToolbox and AVFoundation frameworks to serve the audio."
Expand All @@ -15,7 +15,7 @@ Pod::Spec.new do |s|

s.platform = :ios

s.source = { :git => "https://github.com/AlvaroFranco/AFSoundManager.git", :tag => 'v2.0' }
s.source = { :git => "https://github.com/AlvaroFranco/AFSoundManager.git", :tag => 'v2.1' }

s.source_files = 'Classes/*.{h,m}'

Expand Down

0 comments on commit e0baca3

Please sign in to comment.