From 8d3842fc4ca3bd29b1595f5d3731ad64a4f6d56a Mon Sep 17 00:00:00 2001 From: Artyom Devyatov Date: Wed, 17 Feb 2016 23:32:01 +0300 Subject: [PATCH] test tag --- LeadKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LeadKit.podspec b/LeadKit.podspec index ceccde76..d24277ca 100644 --- a/LeadKit.podspec +++ b/LeadKit.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.license = "Apache License, Version 2.0" s.author = "Touch Instinct" s.platform = :ios, "8.0" - s.source = { :git => "https://github.com/TouchInstinct/LeadKit.git", :tag => "testTag" } + s.source = { :git => "https://github.com/TouchInstinct/LeadKit.git", :tag => "podspec" } s.source_files = "LeadKit/LeadKit/**/*.swift" s.dependency "CocoaLumberjack", "2.2.0"