Skip to content

Commit

Permalink
fix: podspec version
Browse files Browse the repository at this point in the history
  • Loading branch information
rynecheow committed Jan 5, 2021
1 parent 0b7ed21 commit 2066a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RxWebKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Pod::Spec.new do |s|
DESC
s.homepage = "https://github.com/RxSwiftCommunity/RxWebKit"
s.authors = { "RxSwift Community" => "community@rxswift.org" }
s.source = { :git => "https://github.com/RxSwiftCommunity/RxWebKit.git", :tag => s.version.to_s }
s.source = { :git => "https://github.com/RxSwiftCommunity/RxWebKit.git", :tag => "v" + s.version.to_s }
s.swift_version = "5.1"

s.ios.deployment_target = "9.0"
Expand Down

0 comments on commit 2066a25

Please sign in to comment.