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'