Commit 6431826e authored by Boris Bügling's avatar Boris Bügling Committed by Samuel Giddins

Use autoload

parent cc674182
......@@ -49,6 +49,7 @@ module Pod
autoload :Project, 'cocoapods/project'
autoload :Resolver, 'cocoapods/resolver'
autoload :Sandbox, 'cocoapods/sandbox'
autoload :SimControl, 'cocoapods/simctl'
autoload :SourcesManager, 'cocoapods/sources_manager'
autoload :Target, 'cocoapods/target'
autoload :Validator, 'cocoapods/validator'
......
require 'active_support/core_ext/array'
require 'active_support/core_ext/string/inflections'
require 'cocoapods/simctl'
module Pod
# Validates a Specification.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment