From 187b976f01f5f3a671bc79d84dee2f1129fe47fa Mon Sep 17 00:00:00 2001 From: biezhihua Date: Fri, 11 Mar 2022 18:31:28 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B0=83=E6=95=B4POD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- iOS/GaiaMotionCurve.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iOS/GaiaMotionCurve.podspec b/iOS/GaiaMotionCurve.podspec index ebea566..00f9497 100644 --- a/iOS/GaiaMotionCurve.podspec +++ b/iOS/GaiaMotionCurve.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "GaiaMotionCurve" - s.version = "0.1.0" + s.version = "0.1.1" s.summary = "a library to solve the problems of high cost of developing dynamic effects and inconsistent effects and design expectations" s.license = { :type => 'Apache License, Version 2.0' } s.homepage = "https://github.com/alibaba/gaia-motion-curve" @@ -11,7 +11,7 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/alibaba/gaia-motion-curve.git", :tag => s.version } - s.source_files = 'src/iOS/GaiaMotionCurve/**/*.{h,m,mm,c}' + s.source_files = 'iOS/GaiaMotionCurve/**/*.{h,m,mm,c}' s.xcconfig = { "ENABLE_BITCODE" => "NO" } s.requires_arc = true end