From f81b5d930c47bcaa67b030dddc948d1dd36ed136 Mon Sep 17 00:00:00 2001 From: Hussein Habibi Juybari Date: Fri, 13 Oct 2017 16:24:56 +0330 Subject: [PATCH] Change podspec file --- TimerHJQueue.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TimerHJQueue.podspec b/TimerHJQueue.podspec index 76a366f..e429683 100644 --- a/TimerHJQueue.podspec +++ b/TimerHJQueue.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "TimerHJQueue" - s.version = "1.0.1" + s.version = "1.0.2" s.summary = "This is a simple queue with Infinite or limit length and also dequeue periodic with timer for iOS platforms Edit Add topics" s.requires_arc = true #s.default_subspec = 'standard' @@ -16,7 +16,7 @@ Pod::Spec.new do |s| # s.social_media_url = "http://twitter.com/Hussein Habibi Juybari" # s.pod_target_xcconfig = { 'SWIFT_VERSION' => '1.0' } - s.source = { :git => "https://github.com/Husseinhj/TimerHJQueue.git", :tag => "v1.0.1" } + s.source = { :git => "https://github.com/Husseinhj/TimerHJQueue.git", :tag => "v#{s.version}" } s.source_files = 'TimerHJQueue/HJQueue.h' s.platform = :ios s.ios.deployment_target = '6.0'