Commit 853cccc1 authored by Marin Usalj's avatar Marin Usalj

made config and environment accessible internally

parent fde9d9a6
......@@ -12,6 +12,8 @@ module Pod
autoload :Manager, 'cocoapods/config/manager'
autoload :Environment, 'cocoapods/config/environment'
module_function
# Provides support for accessing the configuration manager
# instance in other scopes.
#
......@@ -28,8 +30,6 @@ module Pod
public
#extend Environment
#extend Manager
#-------------------------------------------------------------------------#
# @!group Dependency Injection
......
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