From a1f6bb73d49ded4ebf3148294a2a2fa7256c2099 Mon Sep 17 00:00:00 2001 From: Ciprian Redinciuc Date: Mon, 21 Aug 2017 17:43:15 +0300 Subject: [PATCH] Update podspec. --- DarkSkySwift.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DarkSkySwift.podspec b/DarkSkySwift.podspec index ea3ab0b..ccf58c6 100644 --- a/DarkSkySwift.podspec +++ b/DarkSkySwift.podspec @@ -6,7 +6,7 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/cyupa/DarkSkySwift' s.social_media_url = 'https://twitter.com/cyupa89' s.authors = { "Ciprian Redinciuc" => "ciprian@applicodo.com" } - s.source = { :git => "https://github.com/cyupa/DarkSkySwift.git", :tag => "v"+s.version.to_s } + s.source = { :git => "https://github.com/cyupa/DarkSkySwift.git", :tag => s.version.to_s } s.platforms = { :ios => "8.0", :osx => "10.10", :tvos => "9.0", :watchos => "2.0" } s.requires_arc = true