Skip to content

Instantly share code, notes, and snippets.

@neonichu
Created July 20, 2015 08:43
Show Gist options
  • Select an option

  • Save neonichu/0afaee43bcb3c90bcc23 to your computer and use it in GitHub Desktop.

Select an option

Save neonichu/0afaee43bcb3c90bcc23 to your computer and use it in GitHub Desktop.
Check for CocoaPods version
#!/usr/bin/env ruby
require 'cocoapods'
require 'rubygems/version'
version = Gem::Version.new(Pod::VERSION)
p version >= Gem::Version.new('0.37.99')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment