From 8a931151802e5ac74477233feb1d94d7b971a3d2 Mon Sep 17 00:00:00 2001 From: John Lima Date: Thu, 14 Mar 2019 00:06:00 -0300 Subject: [PATCH] Adjust pod spec --- BaseTracking.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaseTracking.podspec b/BaseTracking.podspec index ae0f36a..248b85f 100644 --- a/BaseTracking.podspec +++ b/BaseTracking.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.author = { "John Lima" => "john.limadeveloper@gmail.com" } s.social_media_url = "https://twitter.com/johncarloslima" s.platform = :ios, "9.3" - s.source = { :git => "", :tag => "#{s.version}" } + s.source = { :git => "https://github.com/limadeveloper/BaseTracking.git", :tag => "#{s.version}" } s.source_files = "Framework/BaseTracking/Source/*.{swift}" s.swift_version = "4.0" end \ No newline at end of file