Logrocket fixes

This commit is contained in:
Savya Bikram Shah
2026-06-01 15:47:14 +05:45
parent f9826325c6
commit 28810235a5
124 changed files with 1178949 additions and 405 deletions

View File

@@ -0,0 +1,22 @@
LOGROCKET_VERSION = "3.1.0"
Pod::Spec.new do |s|
s.name = "LogRocket"
s.version = LOGROCKET_VERSION
s.summary = "LogRocket SDK"
s.author = { "LogRocket" => "support@logrocket.com" }
s.description = <<-DESC
LogRocket SDK for iOS
DESC
s.homepage = "https://logrocket.com/"
s.license = { :type => "Proprietary", :file => "ACKNOWLEDGEMENTS" }
s.platform = :ios
s.ios.deployment_target = '12.0'
s.swift_version = '5.0'
s.source = {
:http => "https://storage.googleapis.com/logrocket-ios/#{LOGROCKET_VERSION}/LogRocket.xcframework.zip",
}
s.vendored_frameworks = "LogRocket.xcframework"
end
# vi: ft=ruby