[BREAKGLASS] Append-only mirror of github.com/signalapp/cocoapods-binary
Go to file
2018-04-01 18:47:53 +08:00
lib symlink all chidren to target folder 2018-04-01 18:47:53 +08:00
spec make rome work 2018-03-19 16:13:58 +08:00
.gitignore Initial commit 2018-03-19 15:19:40 +08:00
cocoapods-binary.gemspec rename project 2018-03-24 21:26:18 +08:00
Gemfile rename project 2018-03-24 21:26:18 +08:00
LICENSE.txt rename project 2018-03-24 21:26:18 +08:00
Rakefile Initial commit 2018-03-19 15:19:40 +08:00
README.md update readme 2018-03-24 22:40:53 +08:00

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:

plugin 'cocoapods-binary'

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