Commit c15e396a authored by Boris Bügling's avatar Boris Bügling

Lint as framework if explicit `module_name` is set

parent 16e5b431
......@@ -303,6 +303,7 @@ module Pod
# for all available platforms with xcodebuild.
#
def install_pod
use_frameworks = @use_frameworks || spec.attributes_hash.has_key?('module_name')
deployment_target = spec.subspec_by_name(subspec_name).deployment_target(consumer.platform_name)
podfile = podfile_from_spec(consumer.platform_name, deployment_target, use_frameworks)
sandbox = Sandbox.new(config.sandbox_root)
......
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