lib/cocoapods-util/binary/podfile_dsl.rb in cocoapods-util-0.2.0 vs lib/cocoapods-util/binary/podfile_dsl.rb in cocoapods-util-0.2.1

- old
+ new

@@ -2,9 +2,11 @@ class Podfile module DSL def config_cocoapods_util(options) BinaryPrebuild.config.dsl_config = options BinaryPrebuild.config.validate_dsl_config + + require_relative 'helper/podfile_options' end end end end \ No newline at end of file