Method: Pod::Specification::DSL#visionos

Defined in:
lib/cocoapods-core/specification/dsl.rb

#visionosPlatformProxy

Provides support for specifying visionOS attributes.

Examples:

spec.visionos.source_files = 'Classes/visionos/**/*.{h,m}'

Returns:



1890
1891
1892
# File 'lib/cocoapods-core/specification/dsl.rb', line 1890

def visionos
  PlatformProxy.new(self, :visionos)
end