Skip to content

Commit

Permalink
Update README. Update podspec.
Browse files Browse the repository at this point in the history
Bump verision to 0.11.0.
  • Loading branch information
jorgenhenrichsen committed Jul 12, 2019
1 parent 565b9a0 commit 09a7548
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ SwiftAudio is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod 'SwiftAudio', '~> 0.10.0'
pod 'SwiftAudio', '~> 0.11.0'
```

### Carthage
SwiftAudio supports [Carthage](https://github.com/Carthage/Carthage). Add this to your Cartfile:
```ruby
github "jorgenhenrichsen/SwiftAudio" ~> 0.10.0
github "jorgenhenrichsen/SwiftAudio" ~> 0.11.0
```
Then follow the rest of Carthage instructions on [adding a framework](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application).

Expand Down
2 changes: 1 addition & 1 deletion SwiftAudio.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'SwiftAudio'
s.version = '0.10.0'
s.version = '0.11.0'
s.summary = 'Easy audio streaming for iOS'
s.description = <<-DESC
SwiftAudio is an audio player written in Swift, making it simpler to work with audio playback from streams and files.
Expand Down

0 comments on commit 09a7548

Please sign in to comment.