Method: Pod::Specification::DSL#osx
- Defined in:
- lib/cocoapods-core/specification/dsl.rb
#osx ⇒ PlatformProxy Also known as: macos
Provides support for specifying OS X attributes.
1866 1867 1868 |
# File 'lib/cocoapods-core/specification/dsl.rb', line 1866 def osx PlatformProxy.new(self, :osx) end |