Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 661 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 661 Bytes

libyuv-iOS

libyuv framework for iOS

Carthage Compatible

Installation

Carthage

Carthage is a decentralized dependency manager that automates the process of adding frameworks to your Cocoa application.

You can install Carthage with Homebrew using the following command:

$ brew update
$ brew install carthage

To integrate libyuv framework into your Xcode project using Carthage, specify it in your Cartfile:

github "sandsn123/libyuv_ios" "master"