Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 638 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 638 Bytes

Fuse CocoaPods

Module to use CocoaPods in Fuse.

Installation

Using fusepm

$ fusepm install https://github.com/bolav/fuse-cocoapods

New usage:

In a uno file:

[Require("Cocoapods.Podfile.Target", "pod 'Dropbox-iOS-SDK'")]

Old usage:

Create a .uxl file that is included in your .unoproj. For instance CocoaPods.uxl.

<Package>
    <Extensions Backend="CPlusPlus" Condition="iOS">
        <ProcessFile Name="Podfile" />
    </Extensions>
</Package>

And then create the Podfile you want.