An open API service indexing awesome lists of open source software.

https://github.com/kochava/kochava-core-ios-cocoapod

KochavaCore iOS Module
https://github.com/kochava/kochava-core-ios-cocoapod

cocoapod kochava tf

Last synced: 4 months ago
JSON representation

KochavaCore iOS Module

Awesome Lists containing this project

README

        

# KochavaCoreiOS

[![Version](https://img.shields.io/cocoapods/v/KochavaCoreiOS.svg?style=flat)](https://cocoapods.org/pods/KochavaCoreiOS)
[![License](https://img.shields.io/cocoapods/l/KochavaCoreiOS.svg?style=flat)](https://cocoapods.org/pods/KochavaCoreiOS)
[![Platform](https://img.shields.io/cocoapods/p/KochavaCoreiOS.svg?style=flat)](https://cocoapods.org/pods/KochavaCoreiOS)

## Deprecation Advisory

This module was deprecated on March 9th, 2023. With the release of version 6.1.1 of the Kochava Apple SDK, the transition from Objective-C to Swift was complete, and we discontinued all static library products in favor of xcframeworks. Please contact [email protected] if you have any questions. The link to the equivalent product as a Swift Package which contains the equivalent xcframework is listed below:

[https://github.com/Kochava/Apple-SwiftPackage-KochavaCore](https://github.com/Kochava/Apple-SwiftPackage-KochavaCore)

If you prefer to continue using cocoapods:

[https://cocoapods.org/pods/Apple-Cocoapod-KochavaCore](https://cocoapods.org/pods/Apple-Cocoapod-KochavaCore)

## Cocoapod KochavaCore

The KochavaCore module provides core support for all modules within the Kochava iOS SDK.

The Kochava SDK is a lightweight and easy to integrate SDK written in Objective-C, providing first-class integration with Kochava’s industry leading mobile attribution and analytics platform.

## Built on

* Xcode 12.4

## Requirements

* iOS 10.3

## Dependencies

* None

## Installation

KochavaCoreiOS is available through [CocoaPods](https://cocoapods.org).
To install it, simply add the following line to your Podfile:

```ruby
pod 'KochavaCoreiOS'
```

## Example

To run the example project, clone the repo, and run `pod install` from the Example directory first.

## Author

Kochava, [email protected]

## License

KochavaCore is available under the [Kochava Terms of Service](https://www.kochava.com/terms-of-service/). See the LICENSE file for more info.

## Default Branch

As of October 1, 2020, github.com uses the branch name ‘main’ when creating the initial default branch for all new repositories. In order to minimize any customizations in our github usage and to support consistent naming conventions, we have made the decision to rename the ‘master’ branch to be called ‘main’ in all Kochava’s github repos.

For local copies of the repo, the following steps will update to the new default branch:

```
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
```