Sha256: fdfcfbe024f8cd140c2efc3bf86de65a5b29ee5ea2c538bd7687636de9179d6c

Contents?: true

Size: 238 Bytes

Versions: 21

Compression:

Stored size: 238 Bytes

Contents

module Pod
  class Config
    attr_accessor :xcframework_enable
    alias_method :xcframework_enable?, :xcframework_enable
    attr_accessor :static_library_enable
    alias_method :static_library_enable?, :static_library_enable
  end
end

Version data entries

21 entries across 21 versions & 3 rubygems

Version Path
cocoapods-xcframework-0.1.1 lib/cocoapods-framework/config.rb