From c10cc67135559c87feaf1229e645d9252afb5907 Mon Sep 17 00:00:00 2001 From: Dal Rupnik Date: Fri, 24 Jul 2015 16:15:02 +0200 Subject: [PATCH] Update Alpha.podspec --- Alpha.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Alpha.podspec b/Alpha.podspec index 0cf4e06..f66aca5 100644 --- a/Alpha.podspec +++ b/Alpha.podspec @@ -22,7 +22,7 @@ Pod::Spec.new do |spec| spec.author = { "Dal Rupnik" => "legoless@gmail.com" } spec.social_media_url = "https://twitter.com/thelegoless" spec.platform = :ios, "8.0" - spec.source = { :git => "https://github.com/legoless/Alpha.git" } + spec.source = { :git => "https://github.com/legoless/Alpha.git", :tag => "#{spec.version}" } spec.ios.deployment_target = '8.0' spec.source_files = "Alpha/Alpha.h" spec.requires_arc = true