From e82e725832135d7d269db53e11a63cee3747264f Mon Sep 17 00:00:00 2001 From: dhirenthirani Date: Wed, 15 Mar 2017 11:39:22 +0530 Subject: [PATCH] podspec updated --- drCharts.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drCharts.podspec b/drCharts.podspec index 4cf626a..ed4a144 100644 --- a/drCharts.podspec +++ b/drCharts.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "drCharts" - s.version = "1.3" + s.version = "1.4" s.summary = "drCharts is a customisable, interactive, powerful and easy way to use charts in Objective-C for iOS." s.description = "drCharts is a customisable, interactive, powerful and easy way to use charts in Objective-C for iOS." @@ -16,7 +16,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = "7.0" - s.source = { :git => "https://github.com/Zomato/DR-charts", :tag => "1.3" } + s.source = { :git => "https://github.com/Zomato/DR-charts", :tag => "1.4" } s.source_files = "dr-Charts/Classes", "dr-Charts/Classes/**/*.{h,m}" s.exclude_files = "dr-Charts/Classes/Exclude"