Skip to content

Instantly share code, notes, and snippets.

@neonichu
Created July 20, 2015 08:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neonichu/0afaee43bcb3c90bcc23 to your computer and use it in GitHub Desktop.
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