CheckoutEventLoggerKit

1.2.4

checkout/checkout-event-logger-ios-framework

What's New

1.2.4

2023-04-27T14:39:28Z

Create XCFramework with Xcode14

checkout-3ds-sdk-ios-framework

Releases for CheckoutEventLoggerKit

CheckoutEventLoggerKit is an internal tool for securely logging impersonal usage data in SDKs.

Requirements

  • iOS 10.0+
  • Xcode 11.0+
  • Swift 5.0+

Installation

Cocoapods

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:

$ gem install cocoapods

CocoaPods 1.9+ is required to use CheckoutEventLoggerKit

To integrate CheckoutEventLoggerKit into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
use_frameworks!

target '<Your Target Name>' do
    pod 'CheckoutEventLoggerKit', :git => 'https://github.com/checkout/checkout-event-logger-ios-framework.git', :tag => '1.0.0'
end

Then, run the following command:

$ pod install

Carthage

Carthage users should download CheckoutEventLoggerKit.xcframework and integrate with their project.

Swift Package Manager

Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler.

Once you have your Swift package set up, adding CheckoutEventLoggerKit as a dependency is as easy as adding it to the dependencies value of your Package.swift.

dependencies: [
    .package(url: "https://github.com/checkout/checkout-event-logger-ios-framework.git", .upToNextMajor(from: "1.0.0"))
]

Description

  • Swift Tools 5.3.0
View More Packages from this Author

Dependencies

  • None
Last updated: Mon Mar 11 2024 09:07:18 GMT-0900 (Hawaii-Aleutian Daylight Time)