carthage-gradle-plugin

Wire logo

This repository is part of the source code of Wire. You can find more information at wire.com or by contacting [email protected].

You can find the published source code at github.com/wireapp/wire.

For licensing information, see the attached LICENSE file and the list of third-party licenses at wire.com/legal/licenses/.

No license is granted to the Wire trademark and its associated logos, all of which will continue to be owned exclusively by Wire Swiss GmbH. Any use of the Wire trademark and/or its associated logos is expressly prohibited without the express prior written consent of Wire Swiss GmbH.

Description

Adds support for integrating Carthage dependencies into a KMM project.

Usage

  1. Install the Carthage build tool.
  2. Create a Cartfile with the desired dependencies in the project root.
  3. Add a carthage entry for your target in the gradle file, for example:

ios() {
   carthage {
      dependency("AFNetworking")
   }
}

  1. The dependency will be exposed as carthage.AFNetworking by default.

GitHub

View Github