From b3828a653df8d8c62c1df6ee6f7f92072f58da6d Mon Sep 17 00:00:00 2001 From: Adam Slattum Date: Wed, 12 Jul 2023 10:20:33 -0400 Subject: [PATCH] rename to DGCharts to match public, up version to 3.7 --- Charts.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Charts.podspec b/Charts.podspec index 94124fe2a3..cf1a6aba90 100644 --- a/Charts.podspec +++ b/Charts.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| - s.name = "ChartsKit" - s.version = "3.6" + s.name = "DGCharts" + s.version = "3.7" s.summary = "Charts is a powerful & easy to use chart library for iOS, tvOS and OSX (and Android)" s.homepage = "https://github.com/danielgindi/Charts" s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }