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