Method: Pod::Specification::DSL#osx

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

#osxPlatformProxy Also known as: macos

Provides support for specifying OS X attributes.

Examples:

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

Returns:



1866
1867
1868
# File 'lib/cocoapods-core/specification/dsl.rb', line 1866

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