iOS 指定版本的cocoapods

如何让某个工程使用指定版本的cocoapods

即在工程podfile gemfile同目录下 pod --version返回gemfile中指定的cocoapods版本


bundle init

bundle install

bundle exec  pod --install

bundle exec  pod --version

你可能感兴趣的:(iOS 指定版本的cocoapods)