Skip to content

Commit

Permalink
feat: 调整POD
Browse files Browse the repository at this point in the history
  • Loading branch information
biezhihua committed Mar 11, 2022
1 parent 66e77bd commit 187b976
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iOS/GaiaMotionCurve.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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

0 comments on commit 187b976

Please sign in to comment.