Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leavez authored May 3, 2018
1 parent f990452 commit e971032
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ end
```

- Add `plugin 'cocoapods-binary'` in the head of Podfile
- 2 ways:
- Add `:binary => true` as a option of one specific pod.
- Or add `all_binary!` before all targets. This makes all pods binaries.
- Add `:binary => true` as a option of one specific pod, or add `all_binary!` before all targets, which makes all pods binaries.

if you want to disable binary for a specific pod when using `all_binary!`, place a `:binary => false` to it.

Expand Down

0 comments on commit e971032

Please sign in to comment.