diff --git a/AdjustAdobeExtension.podspec b/AdjustAdobeExtension.podspec index c88b7a2..44072e5 100644 --- a/AdjustAdobeExtension.podspec +++ b/AdjustAdobeExtension.podspec @@ -10,7 +10,7 @@ A leading attribution solution that brings the full power of mobile ad measureme s.homepage = 'https://github.com/adjust/ios_adobe_extension' s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'Adjust SDK Team' => 'sdk@adjust.com' } - s.source = { :git => 'https://github.com/adjust/ios_adobe_extension.git', :tag => s.version.to_s } + s.source = { :git => 'https://github.com/adjust/ios_adobe_extension.git', :tag => "v0.0.1" } s.ios.deployment_target = '10.0'