Commit 3ad07c83 authored by Fabio Pelosin's avatar Fabio Pelosin

[Core Extraction] Adapted Project (with clean up) - Added Project::Library class.

parent 29d6551e
......@@ -74,6 +74,12 @@ module Pod
end
end
# @return [Sandbox]
#
def sandbox
@sandbox ||= Sandbox.new(project_pods_root)
end
module Mixin
def config
Config.instance
......
This diff is collapsed.
This diff is collapsed.
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