From 940bcd6faac1cc02901585d89fd2852df683cd6f Mon Sep 17 00:00:00 2001 From: lilu Date: Tue, 25 Dec 2018 12:07:17 +0800 Subject: [PATCH] update libqimdatabase-ios version --- QIMDataBase.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QIMDataBase.podspec b/QIMDataBase.podspec index 3ed76b1..2c46bef 100644 --- a/QIMDataBase.podspec +++ b/QIMDataBase.podspec @@ -14,7 +14,7 @@ Pod::Spec.new do |s| s.homepage = "http://www.qunar.com" s.license = "Copyright 2015 Qunar.com" s.author = { "qunar mobile" => "QIMDataBase@qunar.com" } - s.source = { :git => "", :tag=> s.version.to_s} + s.source = { :git => "https://github.com/qunarcorp/libqimdatabase-ios.git", :tag=> s.version.to_s} s.ios.deployment_target = '9.0' s.source_files = 'QIMDataBase/**/*.{h,m,c}'