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 d7b485f commit 397af15
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions GrowingCoreKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

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

s.source = { :http => "https://assets.growingio.com/sdk/ios/GrowingIO-iOS-CoreKit-#{s.version.to_s}.zip" }
s.requires_arc = true
s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-lObjC' }
s.static_framework = true
s.preserve_paths = 'GrowingIO-iOS-CoreKit/ReleaseNote.txt', 'GrowingIO-iOS-CoreKit/VERSION'
s.dependency 'Growing', s.version.to_s
s.frameworks = 'Foundation', 'Security', 'CoreTelephony', 'SystemConfiguration', 'CoreLocation', 'JavaScriptCore', 'WebKit'
s.libraries = 'icucore', 'sqlite3'
s.vendored_frameworks = 'GrowingIO-iOS-CoreKit/*.framework'
s.vendored_frameworks = 'GrowingIO-iOS-CoreKit/*.xcframework'

end

0 comments on commit 397af15

Please sign in to comment.