module Theobroma

Constants

VERSION

Public Class Methods

cocoapods_version() click to toggle source
# File lib/theobroma.rb, line 12
def self.cocoapods_version
  defined?(Pod::VERSION) && Pod::VERSION
end
setup() click to toggle source
# File lib/theobroma.rb, line 8
def self.setup
  load File.expand_path('../theobroma/setup.rb', __FILE__)
end