update readme for keep_source_code_for_prebuilt_frameworks!

This commit is contained in:
leavez 2018-05-17 00:01:03 +08:00
parent 2d6bf20255
commit 0918862b76

View File

@ -55,8 +55,11 @@ end
If you want to disable binary for a specific pod when using `all_binary!`, place a `:binary => false` to it.
If your `Pods` folder is excluded from git, you may add `keep_source_code_for_prebuilt_frameworks!` in the head of Podfile to speed up pod install, as it won't download all the sources every time prebuilt pods have changes.
If bitcode is needed, add a `enable_bitcode_for_prebuilt_frameworks!` before all targets in Podfile
#### Known Issues
- doesn't support watchos now