CocoaPods trunk is moving to be read-only. Read more on the blog, there are 16 months to go.

VarioqubAppMetricaAdapter 1.0.1

VarioqubAppMetricaAdapter 1.0.1

Maintained by Monster Frankenstein.



  • By
  • AppMetrica

The Varioqub SDK module for interacting with AppMetrica.

Installation

Swift Package Manager

Through Xcode:

  1. Go to File > Add Package Dependency.
  2. Put the GitHub link of the Varioqub AppMetrica Adapter: https://github.com/appmetrica/varioqub-sdk-appmetrica-adapter-ios.
  3. In Add to Target, select None for modules you don't want.

Via Package.swift Manifest:

  1. Add the SDK to your project's dependencies:
dependencies: [
    .package(url: "https://github.com/appmetrica/varioqub-sdk-appmetrica-adapter-ios", from: "1.0.0")
],
  1. List the modules in your target's dependencies:
.target(
    name: "YourTargetName",
    dependencies: [
        .product(name: "VarioqubAppMetricaAdapter", package: "varioqub-sdk-appmetrica-adapter-ios"),
    ]
)

CocoaPods

  1. If you haven't set up CocoaPods, run pod init in your project directory.
  2. In your Podfile, add VarioqubAppMetricaAdapter dependencies:
target 'YourAppName' do
    pod 'VarioqubAppMetricaAdapter', '~> 1.0.0'
end
  1. Install the dependencies using pod install.
  2. Open your project in Xcode with the .xcworkspace file.

Documentation

You can find comprehensive integration details and instructions for installation, configuration, testing, and more in our full documentation.

License

Varioqub SDK is released under the MIT License. License agreement is available at LICENSE.