瀏覽代碼

fix podspec

Pierre-Marc Airoldi 2 年之前
父節點
當前提交
a93ebedd9b
共有 1 個文件被更改,包括 1 次插入1 次删除
  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'