Skip to content

Commit

Permalink
feat: release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YoloMao committed Sep 6, 2024
1 parent 909f47e commit df70a5e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Growing.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Pod::Spec.new do |s|
s.name = "Growing"
s.version = "2.10.3"
s.version = "3.0.0"
s.summary = "GrowingIO Public Header"

s.description = <<-DESC
Expand Down Expand Up @@ -34,13 +34,10 @@ THE SOFTWARE.
}
s.platform = :ios
s.ios.deployment_target = "8.0"

s.requires_arc = true

s.source = { :git => 'https://github.com/growingio/GrowingSDK-iOS-PublicHeader.git', :tag => s.version}
s.source_files = 'PublicHeader/*.{h}'
s.public_header_files = 'PublicHeader/Growing.h'
s.preserve_paths = 'PublicHeader/VERSION', 'PublicHeader/module.modulemap'
s.preserve_paths = 'PublicHeader/module.modulemap'
s.prefix_header_file = false

end

0 comments on commit df70a5e

Please sign in to comment.