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'