From 2e1296622a3365d14cb6495fd0a89a45fd8689d8 Mon Sep 17 00:00:00 2001 From: Pierre-Marc Airoldi Date: Wed, 29 Jul 2015 10:28:34 -0400 Subject: [PATCH] updated podspec --- Charts.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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