-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from tbaranes/feature/next_release
Bump 1.5.1
- Loading branch information
Showing
3 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ Pod::Spec.new do |s| | |
|
||
s.name = "AudioPlayerSwift" | ||
s.module_name = "AudioPlayer" | ||
s.version = "1.5.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.version = "1.5.1" | ||
s.summary = "AudioPlayer is a simple class for playing audio in iOS, macOS and tvOS apps." | ||
s.description = "AudioPlayer is a simple class for playing audio in iOS, macOS 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/tbaranes/AudioPlayerSwift" | ||
s.license = { :type => "MIT", :file => "LICENSE" } | ||
s.author = { "Tom Baranes" => "[email protected]" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters