Sha256: fe38b4c09ac0b88bff58652817cb9a75f8c9e692962f4dc16c5aab65b751c451
Contents?: true
Size: 771 Bytes
Versions: 7
Compression:
Stored size: 771 Bytes
Contents
module Pod class Podfile module DSL def all_binary! Jxedt.config.dsl_config.merge!({'all_binary': true}) end def binary_dir(dir=nil) Jxedt.config.dsl_config.merge!({'binary_dir': dir}) end def binary_switch(enabled=true) Jxedt.config.dsl_config.merge!({'binary_switch': enabled}) end def framework_header_search_enabled! Jxedt.config.dsl_config.merge!({'framework_header_search_enabled': true}) end def cocoapods_jxedt_config(options) Jxedt.config.dsl_config.merge!(options) Jxedt.config.validate_dsl_config end end end end
Version data entries
7 entries across 7 versions & 1 rubygems