Skip to content

Commit

Permalink
Modified Podspecs to point to custom tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Romano Bayol committed Dec 30, 2018
1 parent a3c62e6 commit 2422377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Charts-MTP-Extended.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ MTP extension adds support for Current Price Line in Candle charts, even/odd cha
s.ios.deployment_target = "8.0"
s.tvos.deployment_target = "9.0"
s.osx.deployment_target = "10.11"
s.source = { :git => "https://github.com/MobileTradingPartnersLLP/ios-charts", :tag => s.version.to_s }
s.source = { :git => "https://github.com/MobileTradingPartnersLLP/ios-charts", :tag => "mtp.#{s.version.to_s}" }
s.default_subspec = "Core"

s.subspec "Core" do |ss|
Expand Down

0 comments on commit 2422377

Please sign in to comment.