diff --git a/Charts.podspec b/Charts.podspec index 3535ad71e2..b1cacefff1 100644 --- a/Charts.podspec +++ b/Charts.podspec @@ -6,7 +6,7 @@ Pod::Spec.new do |s| s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" } s.authors = "Daniel Cohen Gindi", "Philipp Jahoda" s.ios.deployment_target = "8.0" - s.source = { :git => "https://github.com/danielgindi/ios-charts.git", :tag => "v2.1.0" } + s.source = { :git => "https://github.com/danielgindi/ios-charts.git", :tag => "v#{s.version}" } s.source_files = "Classes", "Charts/Classes/**/*.swift" s.frameworks = "Foundation", "UIKit", "CoreGraphics" end