Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

massiveinteractive/CocoaPodsSupport

Repository files navigation

CocoaPods Support for Carthage Projects

Build Status Carthage Compatible Swift Version

Simple Cocoa Touch project providing support of CocoaPods libraries in projects using Carthage as a dependency manager.

Included CocoaPods libraries

Usage

Add the following line to your Cartfile:

github "massiveinteractive/CocoaPodsSupport"

And run:

carthage update

Adding a new CocoaPods library

Prerequisites

In order to add YourCocoaPodsLibrary you need to specify it in the Podfile of the project:

target 'CocoaPodsSupport' do
    pod 'GoogleTagManager', '6.0'
    # ...
    pod 'YourCocoaPodsLibrary'
end

And run:

pod install

To download and install YourCocoaPodsLibrary into the project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors