From 2066a25caa6ac23bb804740bd7e4ca9f3e5c94c4 Mon Sep 17 00:00:00 2001 From: Ryne Cheow Date: Tue, 5 Jan 2021 09:19:49 +0800 Subject: [PATCH] fix: podspec version --- RxWebKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RxWebKit.podspec b/RxWebKit.podspec index 5efc7f0..e5722ff 100644 --- a/RxWebKit.podspec +++ b/RxWebKit.podspec @@ -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"