From 4e2ce7deaf762a092dd81544eb6565b50f2503d6 Mon Sep 17 00:00:00 2001 From: Andrea Altea Date: Mon, 17 Jun 2019 22:28:53 +0200 Subject: [PATCH] Fix podspec --- PunkAPI.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PunkAPI.podspec b/PunkAPI.podspec index f5134bc..c335b99 100644 --- a/PunkAPI.podspec +++ b/PunkAPI.podspec @@ -19,7 +19,7 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/Oni-zerone/PunkAPI' s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'Andrea Altea' => 'oni.zerone@gmail.com' } - s.source = { :git => 'https://github.com/Oni-zerone/PunkAPI.git', :tag => "StoriesLayout-" + s.version.to_s } + s.source = { :git => 'https://github.com/Oni-zerone/PunkAPI.git', :tag => s.version.to_s } s.social_media_url = 'https://twitter.com/Oni_zerone' s.ios.deployment_target = '10.0'