File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ SwiftAudio is available through [CocoaPods](http://cocoapods.org). To install
25
25
it, simply add the following line to your Podfile:
26
26
27
27
``` ruby
28
- pod ' SwiftAudio' , ' ~> 0.9.2 '
28
+ pod ' SwiftAudio' , ' ~> 0.9.3 '
29
29
```
30
30
31
31
### Carthage
32
32
SwiftAudio supports [ Carthage] ( https://github.com/Carthage/Carthage ) . Add this to your Cartfile:
33
33
``` ruby
34
- github " jorgenhenrichsen/SwiftAudio" ~ > 0.9 .2
34
+ github " jorgenhenrichsen/SwiftAudio" ~ > 0.9 .3
35
35
```
36
36
Then follow the rest of Carthage instructions on [ adding a framework] ( https://github.com/Carthage/Carthage#adding-frameworks-to-an-application ) .
37
37
Original file line number Diff line number Diff line change 8
8
9
9
Pod ::Spec . new do |s |
10
10
s . name = 'SwiftAudio'
11
- s . version = '0.9.2 '
11
+ s . version = '0.9.3 '
12
12
s . summary = 'Easy audio streaming for iOS'
13
13
14
14
# This description is used to generate tags and improve search results.
You can’t perform that action at this time.
0 commit comments