Browse Source

fix podspec

Pierre-Marc Airoldi 2 năm trước cách đây
mục cha
commit
a93ebedd9b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      DGCharts.podspec

+ 1 - 1
DGCharts.podspec

@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
   s.ios.deployment_target = "12.0"
   s.tvos.deployment_target = "12.0"
   s.osx.deployment_target = "10.13"
-  s.source = { :git => "https://github.com/danielgindi/Charts.git", :tag => "v#{s.version}" }
+  s.source = { :git => "https://github.com/danielgindi/Charts.git", :tag => "#{s.version}" }
   s.default_subspec = "Core"
   s.swift_version = '5.7'
   s.cocoapods_version = '>= 1.5.0'