Skip to content

Commit

Permalink
Bump 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Baranes committed Feb 2, 2016
1 parent f424215 commit c5e2d0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AudioPlayerSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Pod::Spec.new do |s|

s.name = "AudioPlayerSwift"
s.module_name = "AudioPlayer"
s.version = "1.1.1"
s.version = "1.2.0"
s.summary = "AudioPlayer is a simple class for playing audio in iOS, OS X and tvOS apps."
s.description = "AudioPlayer is a simple class for playing audio in iOS, OS X and tvOS apps. You can use it for basic audio usage (play / stop), but also for advanced usage (loop, pan, seek...)"
s.homepage = "https://github.com/recisio/AudioPlayerSwift"
Expand All @@ -21,4 +21,4 @@ s.osx.deployment_target = '10.10'
s.requires_arc = true
s.source_files = 'Source/*.swift'

end
end

0 comments on commit c5e2d0b

Please sign in to comment.