We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0335a15 commit 15d0cbfCopy full SHA for 15d0cbf
RxStarscream.podspec
@@ -5,7 +5,7 @@ Pod::Spec.new do |spec|
5
spec.homepage = 'https://github.com/RxSwiftCommunity/RxStarscream'
6
spec.authors = { 'Guy Kahlon' => '[email protected]' }
7
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 }
+ spec.source = { :git => 'https://github.com/RxSwiftCommunity/RxStarscream.git', :tag => spec.version.to_s }
9
spec.source_files = 'Source/*.swift'
10
spec.requires_arc = true
11
spec.ios.deployment_target = '8.0'
0 commit comments