Method: Pod::Specification::DSL#visionos
- Defined in:
- lib/cocoapods-core/specification/dsl.rb
#visionos ⇒ PlatformProxy
Provides support for specifying visionOS attributes.
1890 1891 1892 |
# File 'lib/cocoapods-core/specification/dsl.rb', line 1890 def visionos PlatformProxy.new(self, :visionos) end |