Sha256: c3b297bd9700fd6deb177fa3b20fb1d42912f9bfc096755663bf77b5b72ec9ff

Contents?: true

Size: 435 Bytes

Versions: 8

Compression:

Stored size: 435 Bytes

Contents

# cocoapods-binary

A cocoapods plugin that enables to integrate pod in form of prebuilt framework, not source code, with **just one flag** in podfile. This can dramatically speed up your compile time.

(This project is still in early stage.)

## Installation

    $ gem install cocoapods-binary

## Usage

Add this in the podfile:

``` ruby
plugin 'cocoapods-binary'

target "HP" do
    pod "ExpectoPatronum", :binary => true
end
```

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cocoapods-binary-0.3.1 README.md
cocoapods-binary-0.3 README.md
cocoapods-binary-0.2.2 README.md
cocoapods-binary-0.2.1 README.md
cocoapods-binary-0.2 README.md
cocoapods-binary-0.1.2 README.md
cocoapods-binary-0.1.1 README.md
cocoapods-binary-0.1 README.md