From e24d2487f14134905c4e698c12f564f42402fde2 Mon Sep 17 00:00:00 2001 From: Terry Worona Date: Fri, 29 Aug 2014 15:23:25 -0700 Subject: [PATCH] updated pod spec --- JBChartView.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JBChartView.podspec b/JBChartView.podspec index eccf36cf..e1b62aa4 100644 --- a/JBChartView.podspec +++ b/JBChartView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "JBChartView" - s.version = "2.8.5" + s.version = "2.8.6" s.summary = "Jawbone's iOS-based charting library for both line and bar graphs." s.homepage = "https://github.com/Jawbone/JBChartView" @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.author = { "Terry Worona" => "tworona@jawbone.com" } s.source = { :git => "https://github.com/Jawbone/JBChartView.git", - :tag => "v2.8.5" + :tag => "v2.8.6" } s.platform = :ios, '6.0'