Skip to content

Commit 56d0633

Browse files
Update README. Update podspec.
Bump to version 0.9.3.
1 parent 825e508 commit 56d0633

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ SwiftAudio is available through [CocoaPods](http://cocoapods.org). To install
2525
it, simply add the following line to your Podfile:
2626

2727
```ruby
28-
pod 'SwiftAudio', '~> 0.9.2'
28+
pod 'SwiftAudio', '~> 0.9.3'
2929
```
3030

3131
### Carthage
3232
SwiftAudio supports [Carthage](https://github.com/Carthage/Carthage). Add this to your Cartfile:
3333
```ruby
34-
github "jorgenhenrichsen/SwiftAudio" ~> 0.9.2
34+
github "jorgenhenrichsen/SwiftAudio" ~> 0.9.3
3535
```
3636
Then follow the rest of Carthage instructions on [adding a framework](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application).
3737

SwiftAudio.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'SwiftAudio'
11-
s.version = '0.9.2'
11+
s.version = '0.9.3'
1212
s.summary = 'Easy audio streaming for iOS'
1313

1414
# This description is used to generate tags and improve search results.

0 commit comments

Comments
 (0)