Skip to content

Commit

Permalink
Add tag to source in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
rabc committed Dec 3, 2020
1 parent 6c24cca commit e31933a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AdjustAdobeExtension.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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' => '[email protected]' }
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'

Expand Down

0 comments on commit e31933a

Please sign in to comment.