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 661e493 commit cb906f6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions GrowingAutoTrackKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Pod::Spec.new do |s|
s.name = "GrowingAutoTrackKit"
s.version = "2.10.3"
s.version = "3.0.0"
s.summary = "GrowingIO-SDK-GrowingAutoTrackKit"

s.description = <<-DESC
Expand Down Expand Up @@ -36,12 +36,8 @@ THE SOFTWARE.
s.ios.deployment_target = "8.0"

s.source = { :http => "https://assets.growingio.com/sdk/ios/GrowingIO-iOS-AutoTrackKit-#{s.version.to_s}.zip" }
s.static_framework = true
s.requires_arc = true
s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-lObjC' }
s.preserve_paths = 'GrowingIO-iOS-AutoTrackKit/ReleaseNote.txt', 'GrowingIO-iOS-AutoTrackKit/VERSION'

s.dependency 'GrowingCoreKit', s.version.to_s
s.frameworks = 'Foundation' , 'WebKit'
s.vendored_frameworks = 'GrowingIO-iOS-AutoTrackKit/*.framework'
s.vendored_frameworks = 'GrowingIO-iOS-AutoTrackKit/*.xcframework'
end

0 comments on commit cb906f6

Please sign in to comment.