如何讓某個工程使用指定版本的cocoapods
即在工程podfile gemfile同目錄下 pod --version返回gemfile中指定的cocoapods版本
bundle init
bundle install
bundle exec pod --install
bundle exec pod --version
如何讓某個工程使用指定版本的cocoapods
即在工程podfile gemfile同目錄下 pod --version返回gemfile中指定的cocoapods版本
bundle init
bundle install
bundle exec pod --install
bundle exec pod --version