Skip to content

Commit 15d0cbf

Browse files
committed
RxStarscream 0.8 🎉
1 parent 0335a15 commit 15d0cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RxStarscream.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Pod::Spec.new do |spec|
55
spec.homepage = 'https://github.com/RxSwiftCommunity/RxStarscream'
66
spec.authors = { 'Guy Kahlon' => '[email protected]' }
77
spec.summary = 'A lightweight extension to subscribe Starscream websocket events with RxSwift.'
8-
spec.source = { :git => 'https://github.com/RxSwiftCommunity/RxStarscream.git', :tag => 0.9 }
8+
spec.source = { :git => 'https://github.com/RxSwiftCommunity/RxStarscream.git', :tag => spec.version.to_s }
99
spec.source_files = 'Source/*.swift'
1010
spec.requires_arc = true
1111
spec.ios.deployment_target = '8.0'

0 commit comments

Comments
 (0)