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

Version Path
cocoapods-jxedt-0.0.16 lib/cocoapods-jxedt/binary/podfile_dsl.rb
cocoapods-jxedt-0.0.15 lib/cocoapods-jxedt/binary/podfile_dsl.rb
cocoapods-jxedt-0.0.14 lib/cocoapods-jxedt/binary/podfile_dsl.rb
cocoapods-jxedt-0.0.13 lib/cocoapods-jxedt/binary/podfile_dsl.rb
cocoapods-jxedt-0.0.12 lib/cocoapods-jxedt/binary/podfile_dsl.rb
cocoapods-jxedt-0.0.10 lib/cocoapods-jxedt/binary/podfile_dsl.rb
cocoapods-jxedt-0.0.9 lib/cocoapods-jxedt/binary/podfile_dsl.rb