Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gemspec

gem 'xcodeproj', '~> 1.4'
gem 'cocoapods', '1.7.0'
gem 'cocoapods', '1.10.2'

gem 'bacon'
gem 'rake'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ $ [bundle exec] rake pod:update
## Options

If necessary, you can pass `vendor_project` options to the `pods` configuration
method. These options are described [here](http://www.rubymotion.com/developer-center/guides/project-management/#_vendoring_3rd_party_libraries).
method. These options are described [here](http://www.rubymotion.com/developers/guides/manuals/cocoa/project-management/#:~:text=bar.rb.-,2.6.%20Vendoring%203rd%2DParty%20Libraries).
For instance, to only generate BridgeSupport metadata for a single pod, which
might be needed if a dependency that you’re not using directly is causing issues
(such as C++ headers), you can specify that like so:
Expand Down