Skip to content

Commit

Permalink
Pull the tag name from the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Sep 21, 2018
1 parent 63cb330 commit 88d79f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Beacon.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.homepage = "http://github.com/helpscout/beacon-ios-sdk"
s.author = { "Help Scout" => "[email protected]" }
s.platform = :ios, "9.0"
s.source = { :git => 'https://github.com/helpscout/beacon-ios-sdk.git', :tag => "0.49" }
s.source = { :git => 'https://github.com/helpscout/beacon-ios-sdk.git', :tag => s.version }

s.source_files = "Beacon.framework/Headers/*.h"
s.module_map = "Beacon.framework/Modules/module.modulemap"
Expand Down

0 comments on commit 88d79f6

Please sign in to comment.