[BREAKGLASS] Append-only mirror of github.com/signalapp/cocoapods-binary
Go to file
leavez beeb005d88 use target.framework_name
this solve the problem when module name doesn't match root name
2018-04-01 18:05:18 +08:00
lib use target.framework_name 2018-04-01 18:05:18 +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